cURL
curl --request GET \ --url https://api.godiligent.ai/cdds \ --header 'X-API-KEY: <api-key>'
{ "count": 1, "cases": [ { "id": "d6e3b214-30b1-4401-a1b8-a1bd3c6a84e4", "state": "COMPLETED", "input": { "website": "https://example.com", "email": "fulan@domain.com", "legal_name": "PayLane Sp. z o.o.", "registry_profile": "FULL", "address": "Am Generalshof 12, 10117 Berlin, Germany", "external_id": "1538c2f9-ff0f-489e-0099-a5f116a4af07", "vat_number": "BE09999999XX." }, "created_at": "2024-03-20T15:18:36.803Z", "checks": { "verdict": "ACCEPT", "groups": [ { "name": "onboarding", "action": "ACCEPT" } ] } } ] }
Retrieve a list of CDD requests
Start date for filtering CDD cases (optional)
End date for filtering CDD cases (optional)
OK
The response is of type object.
object