API Basics

Url

The API is accessible through the domain api.tonicticketing.com. All requests should be made over HTTPS.

Version

All API URLs start with the version of the API that you are using. The current version of the API is v1, so all API URLs work from the base URL https://api.tonicticketing.com/v1/arrow-up-right.

Requests to the demo environment can be made using the domain api-demo.tonicticketing.com.

Authorization

You must provide your bearer token with every request that you make to the API. To do this, set an HTTP Authorization header on your request that consists of the prefix Bearer and the token.

For example

authorization: bearer 1234567890

To obtain a bearer token for your organisation, please speak to your account manager. You'll need separate credentials to connect to demo which your account manager will also be able to provide you with.

Last updated

Was this helpful?