GET
/
organization
/
{id}
curl --request GET \
  --url https://sandbox.hyperswitch.io/organization/{id} \
  --header 'api-key: <api-key>'
{
  "organization_id": "org_q98uSGAYbjEwqs0mJwnz",
  "organization_name": "<string>",
  "organization_details": {},
  "metadata": {},
  "modified_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Path Parameters

id
string
required

The unique identifier for the Organization

Response

200
application/json
Organization Created

The response is of type object.