https://api.ding.live/v1.
Authentication
To perform requests on the API, you need to provide two secrets:API_KEY- a key that identifies your application in theX-API-Keyheader.CUSTOMER_UUID- your app’s unique identifier in thecustomer_uuidrequest body field.
Example request
Errors
The Prelude API returns errors using a JSON object in the response body with a machine-readablecode and a human-readable message.
See Errors for more details.