Quick Start
Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!
You must have booked the Enterprise Plan
Your API requests are authenticated using an API Key. Any request that doesn't include an API Key will return an error.
For more details on Authenticating API requests with an API Key jump into the Authentication section.
To make your first request, send an authenticated request to the requests endpoint. This will return a list of your current
Requests
.get
https://api.absentify.com/api/v1
/requests
Get all requests
Take a look at how you might call this method using
curl
:Last modified 1mo ago