Skip to main content
GET
/
org
Get current organization
curl --request GET \
  --url https://api.open.cx/org \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

name
string
required

The name of the organization.

created_at
string | null
required

When the organization was created.

updated_at
string | null
required

When the organization was last updated.