Tickitto Docs

Authentication

Authentication to the Tickitto API is performed via the request header. You will need to provide your API key in the key header field. You do not need to provide a password.

All endpoints need authentication to be passed in the header. API requests without authentication will fail.

API requests must be made over HTTPS. Calls made over plain HTTP will fail.

Your API keys are associated with your account settings, such as booking fees and search restrictions. We also associate ticket transactions that occur on your platform with those API Keys, so it is essential to keep them secure and far from client-side code or publicly accessible areas such as GitHub.

Note: your API Keys can be requested from your dedicated Tickitto account manager.

You can retrieve any metadata and settings related to your account via:

Endpoint