Skip to content
  • Auto
  • Light
  • Dark

List

List organizations the user has access to
get/v0/orgs

List organizations the user has access to

Returns
dataarray of display_namestringobjectenumslugstringOrg
has_moreboolean
next_cursorstring
optional
curl https://api.stainless.com/v0/orgs \
    -H "Authorization: Bearer $STAINLESS_API_KEY"
200 Example
{
  "data": [
    {
      "display_name": "display_name",
      "object": "org",
      "slug": "slug"
    }
  ],
  "has_more": true,
  "next_cursor": "next_cursor"
}