Our API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP verbs, which can be understood by off-the-shelf HTTP clients. Currently only JSON format will be returned in all responses from the API, including errors and data.
1. API Workflow

2. Setup your test environment
For authentication, we are using simple HMAC based principles.
For test queries, please use your PUBLIC key.
You can find your key in your Dashboard:
Connectivity > API configuration > Generate keys
For test queries, please use your PUBLIC key.
You can find your key in your Dashboard:
Connectivity > API configuration > Generate keys

Sandbox vs. Live
Offers that you might have published on your ticketshop will not appear in your sandbox environment and will not be retrievable through the Public key, so please do not forget to publish your offers on regiondo-dev-de.de in order to test your API implementation
Important
Remember - never send PRIVATE key with API calls. You have to send us in open format only PUBLIC key and use PRIVATE key on your side to encrypt and "sign" API requests.
3. Documentation
Our documentation or our downloadable PDF should be self-explaining for any developer, but please make sure that you do not forget to click on Response Sample and Response Schema in order to understand our data structure
