cURL
curl --request PUT \ --url https://sandbox.hyperswitch.io/v2/organizations/{id} \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "organization_name": "organization_abcd" }'
{ "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 for .
Admin API keys allow you to perform some privileged actions such as creating a merchant account and Connector account.
The unique identifier for the Organization
Organization Created
The response is of type object.
object
Was this page helpful?