List
List organizations the user has access to
get/v0/orgs
List organizations the user has access to
Returns
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"
}