GET
/
v1
/
organization
Get organization information
curl --request GET \
  --url https://api.trycomp.ai/v1/organization \
  --header 'X-API-Key: <api-key>'
{
  "id": "org_abc123def456",
  "name": "Acme Corporation",
  "slug": "acme-corp",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

API key for authentication

Response

200
application/json

Organization information retrieved successfully

The response is of type object.