Skip to content
Management API Reference

Gets information about the organization

get/v1/organizations/{slug}

OAuth scopes

  • organizations:read

Path parameters

  • slug
    Required
    string

    Organization slug

Response codes

  • 200
  • 401
  • 403
  • 429

Response (200)

1
{
2
"id": "lorem",
3
"name": "lorem",
4
"plan": "free",
5
"opt_in_tags": [
6
"AI_SQL_GENERATOR_OPT_IN"
7
],
8
"allowed_release_channels": [
9
"internal"
10
]
11
}