API KEY
How to authenticate
Last updated
How to authenticate
Last updated
To call any api endpoint, you must provide an apiKey in the headers of the request.
Creating an apiKey from the dashboard
You must store apiKey
, as it cannot be retrieved once lost.
log in to the dashboard, navigate to the API Keys section, and click Add New Api Key. After setting it up, you will receive an apiKeyUUID
and an apiKey
. Ensure you store the apiKey
securely, as it will only be displayed once.
Include environment credentials in the request headers
To authenticate, you must include your environmentUUID
and envSecret
in the request headers.
X-Api-Key-Id
X-Api-Key