Platform
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.