...
Submit the token as part of an Authorization header as shown:
Code Block Authorization: Bearer ffffffff-ffff-ffff-ffff-ffffffffffff
Submit the token as the access_token querystring parameter as shown:
Code Block GET https://public-api.thirdiron.com/public/v1/get-some-data?access_token=ffffffff-ffff-ffff-ffff-ffffffffffff
...