Docs

Get Organization

GET /Organizations/{organizationId}

GET/Organizations/{organizationId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Returns the name and ID of the specified organization.

Requires OrganizationBasicAccess permission.

Path Parameters

FieldTypeRequiredDescription
organizationIdGuidRequiredThe organization to retrieve.

Response

FieldTypeDescription
idGuidUnique organization ID.
namestringDisplay name of the organization.