Support : API Guide
Obtain Login Token

Each call to the API from an external application must be accompanied with a JWT bearer token.

Make a POST to the account login endpoint first to obtain the token. Set the Content-Type to application/x-www-form-urlencoded:

Simple API Call

Provide the EmailAddress and Password values in the body:

Simple API Call

If successful the endpoint will return a token value:

Simple API Call

Add Bearer to the beginning of the token and pass as an Authorization request on each subsequent call to the API:

Simple API Call

Back to top
Need More Assistance?

Please get in touch.