Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Authentication key creation

API Tokens will be provided once the environment has been configured.

Specifying a Key in an API call

API Keys can be provided via a query string or via the Authorization HTTP Header.

Providing a Key in the HTTP Authorization Header (recommended)

Specify the Authorization header like this:

Authorization: Key=your-auth-key 

Providing a Key in the URL query string (not recommended)

Append the query string auth-key to the request URL. For example, if you are invoking this Workflow:

...