Create API key
Last updated
Last updated
Public API-key
Signing the request body with a private API-key
Request content type
application/json
The body of the api key creation request
User ID
6fb8b0d7-c40e-4692-ad85-b5f2208c2f78
Organization ID
2497027d-1f9c-46e1-92cf-76f7b046305e
API key name
Integration key
POST /partner/api/create-api-keys HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 131
{
"userId": "6fb8b0d7-c40e-4692-ad85-b5f2208c2f78",
"organizationId": "2497027d-1f9c-46e1-92cf-76f7b046305e",
"alias": "Integration key"
}
{
"success": true,
"response": {
"id": "c67fd3e6-f654-49bb-88ff-ca606cb5e72a",
"public": "QoK/3fZY8QK68z3DFvwcTgN4LSTDa8pi6rUNbGQfM4EgKCyt9whSFkbIQOFIAsGKlCZlCE1gyvi0Q6vf77KHKw==",
"secret": "TLS9BLlNCOHTlAEhHGsl8P77gkaUleEnnJv3r4oL2n8owM8c33ALZCaVe3cBq4HEkGm+Tx1rNI6CPUXc8r7fBg==",
"alias": "Integration key",
"createdAt": "2025-06-09T13:18:29.363Z"
}
}