Environments
How to authenticate environment credentials
Last updated
How to authenticate environment credentials
Last updated
Allows you to securely access the API using your environmentUUID
and envSecret
as your API keys. These credentials are required only for creatingSession endpoint (only if you are using a fingerprint alongside of it) and must be stored securely to maintain access.
Creating an environment from the api
You must store envSecret
, as it cannot be retrieved once lost.
Include environment credentials in the request headers
To authenticate, you must include your environmentUUID
and envSecret
in the request headers.
X-Environment-Id
X-Environment-Secret