Skip to content
Management API Reference

List all organizations

get/v1/organizations

Returns a list of organizations that you currently belong to.

OAuth scopes

  • organizations:read

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

  • organizations_read

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

[
{
"id": "lorem",
"slug": "tsrqponmlkjihgfedcba",
"name": "lorem"
}
]