How to authenticate requests to the absentify API.
x-api-key
in the request headers. If your API key is ever compromised, you can regenerate it in the absentify Dashboard to secure your account data.
x-api-key
included, demonstrated in multiple programming languages.
x-api-key
and set Content-Type
to “application/json”."https://api.absentify.com/api/v1/example_endpoint"
with the specific API endpoint you need, and "your_api_key_here"
with your actual API key.