cURL
curl --request GET \ --url https://api.aspect-dev.systems/v1/organizations/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "organizations", "attributes": { "id": "<string>", "name": "<string>", "timezone": "<string>", "region": "AB", "country": "CA" } } }
Retrieve a single organization by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OrganizationResource
Show child attributes