[DEPRECATED] Search for jurisdiction coverage
GET/coverage/:search
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
⚠️ DEPRECATED: This endpoint is deprecated and will be removed in a future version.
Use POST /coverage/check-eligibility instead to:
- Get exact partner assignment for your specific case
- Check Power of Attorney status before submission
- Include case-specific details (debtor type, amount, currency)
Legacy Behavior (for existing integrations):
Search for jurisdiction coverage by country code or name.
Query Parameter:
- q (required) - Search query
- 2-letter ISO country code (e.g., 'DK', 'US', 'DE')
- Country name (e.g., 'Denmark', 'United States', 'Germany')
Migration Guide:
Instead of GET /coverage:search?q=DK, use:
POST /coverage/check-eligibility
{
"CountryAlpha2": "DK",
"DebtorType": "Company",
"Amount": 5000,
"CurrencyCode": "EUR"
}
Example:
- GET /coverage:search?q=DK → Returns Denmark coverage info (deprecated)
- GET /coverage:search?q=Denmark → Same result (deprecated)
Request
Responses
- 200
- 400
- 404
Coverage item returned
Search query missing or invalid
No jurisdiction found matching the search query