...
All API methods require a security token to use the system. This token is stored in the HTTP cookie to allow multiple API calls from one authentication request. A token is requested by authenticating with a user password combination.
Token URL
...
Method: GET
Endpoint:
https://api.tforge.co.za/voice/user/apitoken/{login}
Authorization:
Authorization: Key=your-auth-key
The Token service API will return a token on success.
...