Docs
Get Organization
GET /Organizations/{organizationId}
GET
/Organizations/{organizationId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **Authorize Organization** in the Authorization folder. |
Returns the name and ID of the specified organization.
Requires OrganizationBasicAccess permission.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Required | The organization to retrieve. |
Response
| Field | Type | Description |
|---|---|---|
| id | Guid | Unique organization ID. |
| name | string | Display name of the organization. |