CRMchat APIBeta
Organizations

Get organization

GET
/organizations/{organizationId}

Returns a single organization by its ID.

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

organizationId*string

The unique identifier of the organization

Response Body

application/json

application/json

application/json

application/json

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