Orgs
List organizations
client.orgs.list(RequestOptionsoptions?): OrgListResponse { data, has_more, next_cursor }
/v0/orgs
Retrieve an organization
client.orgs.retrieve(stringorg, RequestOptionsoptions?): Org { display_name, object, slug }
/v0/orgs/{org}