---
title: "Get jurisdiction coverage by ID"
method: GET
path: "/coverage/{id}"
tags: ["Coverage"]
---

# Get jurisdiction coverage by ID

`GET /coverage/{id}`

Returns a single jurisdiction with its geographic information, assigned collection partner, and power of attorney signing status.

## Path parameters

- `id` integer, required

## 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

- `404` — Jurisdiction not found

---

[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)
