Authentication

To authenticate against our API, use Personal API Keys that you can create from the Ondorse application.

Head to https://app.ondorse.co/settings/api_keys to create your API keys.

The API Key must be provided into the Authorization header of each http requests, e.g:

curl 'https://app.ondorse.co/api/applications' \
--header 'Accept: application/json' \
--header 'Authorization: <YOUR_API_KEY>'