---
title: "List all jurisdiction coverage"
method: GET
path: "/coverage"
tags: ["Coverage"]
---

# List all jurisdiction coverage

`GET /coverage`

Returns all jurisdictions where Debitura operates, with the assigned collection partner(s) and conditions for each.

Use this to show potential clients which countries and regions are supported before they register.

## Response `200`

Coverage list returned

- DebituraWebReferralPartnerApiModelsCoveragesCoverageItemApiDTO[]
  - `jurisdictionId` integer
  - `jurisdiction` string, nullable
  - `country` string, nullable
  - `countryId` integer
  - `countryAlpha2` string, nullable
  - `usStateAlpha2` string, nullable
  - `partners` DebituraWebReferralPartnerApiModelsCoveragesPartnerCoverageApiDTO[], nullable
    - `partnerId` string, uuid
    - `partnerName` string, nullable
    - `conditions` string, nullable — Human-readable description of when this partner applies. Examples: "All cases", "B2B cases only", "Amount ≥ €1,000"

---

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