organizations
Get Current Organization
Fetch the current organization.
get/api/v1/organizations/
Response
Successful Response
Example response
{
"display_name": "My Great Org",
"description": "An organization that does great things with agentic AI.",
"domains": "mygreatorg.com,myothergreatorg.org",
"saml_provider_id": "saml.syllablesso",
"id": 1,
"last_updated_comments": "Updated to add an additional domain",
"slug": "my-great-org",
"logo_url": "https://image.png"
}