Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Submit the token as part of an Authorization header as shown:

    Code Block
    Authorization: Bearer ffffffff-ffff-ffff-ffff-ffffffffffff


  2. 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


...