Authentication
Authentication - Abyssale REST API
Last updated
Authentication - Abyssale REST API
Last updated
Abyssale uses API Key Authentication: Your API key is passed along with every API call, allowing Abyssale to identify your company account and access your data.
Access to the API key requires at least an Admin role.
Go to app.abyssale.com & log in
Click Workspace settings
on the left menu
Click API Key
on the left menu
Click the green Create new API key
button.
Once done, your API key will be available (with a small delay of 30seconds) & you can copy it (by clicking on the copy icon button on the right part).
All of your Abyssale requests must contain a x-api-key
header with your API Key
Just call the GET /ready
route with the header mentioned below, as follows:
If the status code received is a 200, everything is OK.