API: Get API Token

Please click here for updated API

An API Token must be passed with each request in order to enable API functionality. The API Token is used in place of a password. Log into the system with a user account that has the 'admin' profile associated. Then use the following command to generate an API Token:


get_token_api


The command above will return an API Token that can be used for the web service API. The token must be passed for every request using the query variable 'token'. Only one API Token can be valid throughout the system, so using the get_token_api command will make the previous API token invalid.

Note: Only a user with the 'admin' profile will be able to generate an API Token.

Was this article helpful?