cURL
curl --request GET \ --url https://api.godiligent.ai/blocked-companies \ --header 'X-API-KEY: <api-key>'
[ { "id": "bc-a91a8416-0a38", "website": "example.com", "email": "contact@example.com", "legal_name": "Example Company Ltd", "address": "123 Example Street, City", "country_code": "DE", "vat_number": "BE09999999XX", "register_number": "123456789", "reason": "Fraudulent activity", "notes": "Multiple reports of fraud from customers", "blocked_at": "2025-01-15T12:30:45Z", "external_id": "cust-12345" } ]
List all blocked companies by various data points
Filter by register_number
List of blocked companies
The response is of type object[].
object[]