Platform - Create
Create a platform account.
Endpoint
Method: POST
URL: https://sandbox.hyperswitch.io/user/create_platform
Path: /user/create_platform
curl --request POST \
--url https://sandbox.hyperswitch.io/user/create_platform \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"organization_name": "organization_abc"
}
'Request body
Content-Type: application/json
Schema:
organization_name (string, required) — Maximum string length: 64 Example:
Successful response (200)
Content-Type: application/json
Example:
Suggest edits: https://github.com/juspay/hyperswitch/edit/main/api-reference/v1/platform/platform--create.mdx Raise issue: https://github.com/juspay/hyperswitch/issues/new?title=Issue%20on%20docs&body=Path:%20/v1/platform/platform--create