---
title: "[DEPRECATED] Search for jurisdiction coverage"
method: GET
path: "/coverage/search"
tags: ["Coverage"]
deprecated: true
---

# [DEPRECATED] Search for jurisdiction coverage

`GET /coverage/search`

> **Deprecated.**

⚠️ **DEPRECATED:** Use POST /coverage/check-eligibility instead.

## Query parameters

- `q` string

## Response `200`

Coverage item returned

- DebituraWebExternalCustomerAPIModelsCoveragesCoverageItemApiDTO — Coverage information for a single jurisdiction. BREAKING CHANGE: Partners is now an array - may contain multiple partners with different conditions.
  - `jurisdiction` string, nullable
  - `jurisdictionId` integer
  - `country` string, nullable
  - `countryId` integer
  - `countryAlpha2` string, nullable
  - `usStateAlpha2` string, nullable
  - `partners` DebituraWebExternalCustomerAPIModelsCoveragesPartnerCoverageApiDTO[], nullable — Collection partners available for this jurisdiction. May be empty if no partners are assigned. May contain multiple partners if different conditions apply (e.g., B2B vs B2C).
    - `partnerId` string, uuid
    - `partnerName` string, nullable
    - `conditions` string, nullable — Human-readable description of when this partner applies. Examples: "All cases", "B2B cases only", "B2C cases ≥ €1000"
    - `signed` boolean — Whether Power of Attorney has been signed for this partner
    - `termsUrl` string, nullable — URL to download signed PoA document (null if not signed)
    - `solutionUrl` string, nullable — URL to sign or re-sign PoA (null if fully signed and valid)
    - `requiresResigning` boolean — Whether PoA needs to be re-signed (new version available)
    - `invalidationReason` string, nullable — Why re-signing is required (if applicable)

## Other responses

- `400` — Search query missing or invalid
- `404` — No jurisdiction found matching the search query

---

[API](https://skmtc.net/debitura/apis/debitura-customer-api.md) · [All operations](https://skmtc.net/debitura/apis/debitura-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/debitura/debitura-customer-api/versions/46478f2e476f/schema)
