Skip to main content
GET
/
org
Get current organization
curl --request GET \
  --url https://api.open.cx/org
{
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Response

Default Response

name
string
required

The name of the organization.

created_at
string<date-time> | null
required

When the organization was created.

updated_at
string<date-time> | null
required

When the organization was last updated.