API
URLs
Testsytem: https://sdtxupdg40.execute-api.eu-central-1.amazonaws.com/testing
Livesystem: https://sdtxupdg40.execute-api.eu-central-1.amazonaws.com/production
Authorization
Every interaction with the API needs an Authorization Token. The token is generated per user. Set the following as a header for the request.
Code Block | ||
---|---|---|
| ||
x-api-key : {token}
Content-Type : application/json |
- {token} - the individual api token
...