Getting a list of organizations
Last updated
Last updated
The method allows you to get a list of organizations
Public API-key
Signing the request body with a private API-key
Request content type
application/json
Request body of the list of organizations
User ID
6fb8b0d7-c40e-4692-ad85-b5f2208c2f78
Number of elements per page
Number of items to skip
POST /partner/api/get-user-organizations HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 70
{
"userId": "6fb8b0d7-c40e-4692-ad85-b5f2208c2f78",
"limit": 1,
"offset": 1
}
{
"success": true,
"response": [
{
"id": "2497027d-1f9c-46e1-92cf-76f7b046305e",
"name": "custom name",
"createdAt": "2025-06-09T13:18:29.358Z"
}
]
}