Get an organization

No scope required. An organization outside the key's reach answers `404`, identically to one that does not exist.

GET
/organizations/{organizationId}

No scope required. An organization outside the key's reach answers 404, identically to one that does not exist.

Authorization

BearerAuth
AuthorizationBearer <token>

An instance admin key from ADMIN_API_KEYS, or an organization key (elmo_…) issued from the dashboard.

In: header

Path Parameters

organizationId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string"
{  "id": "string",  "name": "string",  "slug": "string",  "brandCount": 0,  "createdAt": "2019-08-24T14:15:22Z"}