curl --request POST \
--url https://api.godiligent.ai/cdds \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"website": "example.com",
"email": "fulan@domain.com",
"legal_name": "PayLane Sp. z o.o.",
"address": "Am Generalshof 12, 10117 Berlin, Germany",
"external_id": "1538c2f9-ff0f-489e-0099-a5f116a4af07",
"vat_number": "BE09999999XX.",
"register_number": "12345678",
"country_code": "DE",
"description": "Software consultancy",
"registry_profile": "FULL",
"contact_person": {
"name": "<string>",
"email": "jsmith@example.com",
"country_code": "<string>",
"address": "<string>"
},
"risk_check_set_id": "550e8400-e29b-41d4-a716-446655440000",
"pull_registry_documents": true
}'
{
"id": "a91a8416-0a38-49e5-887e-8437519b3e78",
"state": "INITIATED",
"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"
}
Perform Customer Due Diligence checks
curl --request POST \
--url https://api.godiligent.ai/cdds \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"website": "example.com",
"email": "fulan@domain.com",
"legal_name": "PayLane Sp. z o.o.",
"address": "Am Generalshof 12, 10117 Berlin, Germany",
"external_id": "1538c2f9-ff0f-489e-0099-a5f116a4af07",
"vat_number": "BE09999999XX.",
"register_number": "12345678",
"country_code": "DE",
"description": "Software consultancy",
"registry_profile": "FULL",
"contact_person": {
"name": "<string>",
"email": "jsmith@example.com",
"country_code": "<string>",
"address": "<string>"
},
"risk_check_set_id": "550e8400-e29b-41d4-a716-446655440000",
"pull_registry_documents": true
}'
{
"id": "a91a8416-0a38-49e5-887e-8437519b3e78",
"state": "INITIATED",
"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"
}
OK
The response is of type object
.