Authorization of the API
Published on January 16th, 2024Prerequisites
You will need to be an administrator in Roadie to create an API token.
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