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": "[email protected]",
"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
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": "[email protected]",
"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"
}
]
}
}
]
}Start date for filtering CDD cases (optional)
End date for filtering CDD cases (optional)
OK
1
Show child attributes
"d6e3b214-30b1-4401-a1b8-a1bd3c6a84e4"
INITIATED, COMPLETED, FAILED "COMPLETED"
What was used to perform the CDD
Show child attributes
The website of the business
"https://example.com"
The email of the business
The legal name of the business
"PayLane Sp. z o.o."
FULL, BASIC The address of the business
"Am Generalshof 12, 10117 Berlin, Germany"
Reference to be used in the customer's system
"1538c2f9-ff0f-489e-0099-a5f116a4af07"
The VAT number of the business
"BE09999999XX."
"2024-03-20T15:18:36.803Z"
Show child attributes
The final verdict of the CDD
ACCEPT, REVIEW, REJECT "ACCEPT"