v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Organization

Get Organizations

Lists every organization accessible to the calling partner, with the partner's owner organization first.

In 2025-09-18, this endpoint is partner-scoped rather than a general "current caller visibility" listing. The partner owner organization is returned first, followed by child organizations.

This ordering matters for partner workflows such as shared connections, where the parent connection must live in the partner owner organization.

If you need only the organization implied by the current credential, use GET /api/organization instead.

get/api/organizations

Headers

X-Polytomic-Versionstring

Response

OK

Example response

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