The V1 API is deprecated. Technical support will end by October 2025 and will be removed by April 2026. No new features nor functionality will be added to the V1 API. Please use the V2 Verify API instead. For more information refer to the V2 Migration Guide.
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-Key
header.CUSTOMER_UUID
- your app’s unique identifier in thecustomer_uuid
request 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.