v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBOrganizations
List your managed organizations
This endpoint returns data on your top-level organization.
get/api/v1/org
Response
OK
Example response
{
"orgs": [
{
"billing": {
"type": "parent_billing"
},
"created": "2019-09-26T17:28:28Z",
"description": "some description",
"name": "New child org",
"public_id": "abcdef12345",
"settings": {
"saml_autocreate_access_role": "ro",
"saml_autocreate_users_domains": {
"domains": [
"example.com"
]
},
"saml_idp_endpoint": "https://my.saml.endpoint",
"saml_login_url": "https://my.saml.login.url"
},
"subscription": {
"type": "pro"
}
}
]
}