The Prelude Transactional API is a REST API and uses standard HTTP features and statuses.

The current URL is https://api.ding.live/v2.

The Transactional API is part of the v2 API, which is in beta. Contact us to get credentials.

Region support

The Transactional API is available in a number of regions. To see the full list, check the Region Support Table. New regions are coming soon, based on demand.

Authentication

To perform requests on the API, you need to provide a v2 API token in the Authorization header.

Example request
curl --request POST \
     --url 'https://api.ding.live/v2/*' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <API_TOKEN>'

Errors

The Prelude API returns errors using a JSON object in the response body with a machine-readable code and a human-readable message and a param field.

See Errors for more details.


Reference

Explore the Prelude API reference to learn more about the available endpoints: