The RESTful API authenticates HTTP requests using tokens, which are generated using your API credentials. Each token is valid for 24 hours from creation, after which they expire and a new token will need to be generated.

To generate a token, BASE64, encode your API credentials in the format "ClientID:APISecret" and include them in the Basic Authentication Header.