Skip to main content
GET
/
v1
/
organizations
/
{id}
Get Organization
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OrganizationResource

data
OrganizationResource · object
required