Authentication
How to authenticate requests to the ActiveNow API with an API key
Where to get an API key
How to authenticate a request
Authorization: Bearer sk_...curl https://app.activenow.io/api/v1/participants \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{"first_name": "Jan", "last_name": "Kowalski", "email": "jan@activenow.io"}'Last updated
Was this helpful?