Creating an organization
Last updated
Last updated
The method allows you to create an organization for the user
Public API-key
Signing the request body with a private API-key
Request content type
application/json
The body of the user creation request
User's email
6fb8b0d7-c40e-4692-ad85-b5f2208c2f78
Organization's name
My organization
POST /partner/api/create-user-organization HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 74
{
"userId": "6fb8b0d7-c40e-4692-ad85-b5f2208c2f78",
"name": "My organization"
}
{
"success": true,
"response": "2497027d-1f9c-46e1-92cf-76f7b046305e"
}