v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Organization

Get Organization

Returns a single organization by ID.

📘 Credential scope varies by endpoint and API version

Organization endpoints do not all share the same credential requirements. Check each endpoint's description for the caller scope that applies in that API version.

get/api/organizations/{id}

Path parameters

idstring uuid required

Unique identifier of the organization.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the organization.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": {
    "issuer": "https://example.com",
    "name": "My Organization",
    "sso_domain": "example.com",
    "sso_org_id": "123456"
  }
}