cURL
curl --request POST \ --url https://sandbox.hyperswitch.io/organization \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "organization_name": "organization_abc" }'
{ "organization_id": "org_q98uSGAYbjEwqs0mJwnz", "organization_name": "<string>", "organization_details": {}, "metadata": {}, "modified_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "organization_type": "standard" }
Create a new organization
Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.
Organization Created
The response is of type object.
object
Was this page helpful?