Use of an access token in the request

This page will help you to use access token to access the Teamogy API

The access token must be sent in the request header as follows:

Authorization: Bearer {your token}

so complete curl looks like this:

curl --location --request GET 'https://{your domain}.teamogy.com/rest/v1/{unitId}/{method}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {your token}'