Authentication
To use the Ticaga's API you need to submit the connectionAdmin first:
URL:address https://yourdomain.com/api/connectionand API Token with every request as the Authorization: Basic.
Type: POST
{
"result": "true"
}
name: The name of the administrator.
email:username: The email address of the administrator.
api_token:password: The API Token of the administrator.
If these are invalid you will receive an error on every request.