Environments

How to authenticate environment credentials

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.

  1. Creating an environment from the api

Enviornments
  1. Include environment credentials in the request headers

To authenticate, you must include your environmentUUID and envSecret in the request headers.

Header Key
Value

X-Environment-Id

environmentUUID

X-Environment-Secret

envSecret

Last updated