Organization - Retrieve
GET /v2/organizations/{id}
Retrieve an Organization by its unique identifier.
curl --request GET \
--url https://sandbox.hyperswitch.io/v2/organizations/{id} \
--header 'api-key: <api-key>'Response 200 (application/json):
{
"id": "org_q98uSGAYbjEwqs0mJwnz",
"modified_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"organization_name": "<string>",
"organization_details": {},
"metadata": {},
"organization_type": "standard"
}Authorizations
Header:
api-key(string) — required Admin API keys allow you to perform some privileged actions such as creating a merchant account and Connector account.
Path parameters
id(string) — required The unique identifier for the Organization
Response schema (200)
id— string, required The unique identifier for the Organization Required string length:1 - 64Example:"org_q98uSGAYbjEwqs0mJwnz"modified_at— string (date-time), requiredcreated_at— string (date-time), requiredorganization_name— string | null Name of the Organizationorganization_details— object Details about the organizationmetadata— object Metadata is useful for storing additional, unstructured information on an object.organization_type— enum Available options:standard,platform
Related
Documentation: https://api-reference.hyperswitch.io/introduction
Locker API Reference: https://api-reference.hyperswitch.io/locker-api-reference/overview
Intelligent Router API Reference: https://api-reference.hyperswitch.io/intelligent-router-api-reference/overview