Authorization of the API

Published on January 16th, 2024

Get an API token

  • Go to Administration > Account
  • Add a token description
  • Click “Generate Token”.

To test the token

curl \
  -X GET \
  -H 'Accept: application/json' \
  -H "Authorization: bearer ${ROADIE_API_TOKEN}" \
  https://api.roadie.so/api/catalog/entities