Organization
GET {{base_url}}/organization/{{org}}
Use this endpoint to retrieve a single organization by specifying the org identifier.
In this example, PR
could represent the company itself, 11
could represent the office or branch location, CO
could represent a specific office location, and 22
could represent a more specific level of the organization such as a functional department.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
org | string | Admin defined values are two letters or digits that represent each organizational level up to 5 sublevels. Each level is separated by an admin set delimiter such as a colon. | |
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
{"Org":"PR:00:BO:AR","Name":"Boston Architecture"}