Authentication - API Documentation
All requests must go through our API server: https://api.verosent.com. The API server requires for every request, two header fields X-Verosent-Token and Accept to be set. X-Verosent-Token contains a unique token which can be generated in the customer area (click). That token is used to authenticate as a customer at the API server. The Accept field must contain the value application/json. That is the only response format which the API server supports.A simple API call could look like this: