## List **get** `/v0/orgs` List organizations accessible to the current authentication method. ### Returns - `data: array of Org` - `display_name: string` - `enable_ai_commit_messages: boolean` - `object: "org"` - `"org"` - `slug: string` - `has_more: boolean` - `next_cursor: optional string` ### Example ```http curl https://api.stainless.com/v0/orgs \ -H "Authorization: Bearer $STAINLESS_API_KEY" ```