Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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:

https://api.tforge.co.za/test/

Provide the API Key like this:

https://api.tforge.co.za/test/?auth-key=your-auth-key

Note that we do not recommend using this technique because it is possible that the URL will be logged.

  • No labels