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

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
[
2
{
3
"id": "lorem",
4
"slug": "tsrqponmlkjihgfedcba",
5
"name": "lorem"
6
}
7
]