v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBPlatform
Platform - Create
Create a new platform account
post/user/create_platform
Request body
Example request
{
"organization_name": "organization_abc"
}Response
Platform Account Created
Example response
{
"org_id": "org_abc",
"org_name": "organization_abc",
"merchant_id": "merchant_abc"
}