Skip to content
Management API Reference

Gets information about the organization

get/v1/organizations/{slug}

OAuth scopes

  • organizations:read

The fine-grained token must include the following permissions to access this endpoint:

  • organization_admin_read

Path parameters

  • slug
    Required
    string

    Organization slug

Response codes

  • 200
  • 401
  • 403
  • 429

Response (200)

{
"id": "lorem",
"name": "lorem",
"plan": "free",
"opt_in_tags": [
"AI_SQL_GENERATOR_OPT_IN"
],
"allowed_release_channels": [
"internal"
]
}