System Authentication Token
Authentication Token Creation
System Authentication 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.
, multiple selections available,
Related content
User Authentication Token
User Authentication Token
More like this
Authentication
Authentication
More like this
User Login
User Login
More like this
User Status Notification
User Status Notification
Read with this
Set Notification Endpoint
Set Notification Endpoint
Read with this
Get All Users
Get All Users
Read with this