We use the Bearer authentication method.
Once you have an API Key, all you have to do is to send this token in the Authorization
header in all your requests.
For instance, your cURL
call should have this option
curl --request POST \
--header 'accept: application/json' \
--header 'authorization: Bearer YOUR-API-TOKEN-HERE'