Skip to content

Authentication

Authentication

Generate an Api Key

Add an Authorization header to your request

Authorization: Bearer <YOUR API KEY>

Curl example

Check here for endpoint address.

curl -X GET --location '<ENDPOINT>/api/v1/users' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <API KEY>'