---
title: "List provider listing claims"
method: GET
path: "/v1/provider-claims"
tags: ["Provider Claims"]
---

# List provider listing claims

`GET /v1/provider-claims`

## Query parameters

- `status` 'In Progress' | 'Under Review' | 'Accepted' | 'Declined'
- `providerId` string
- `userId` string
- `limit` integer
- `skip` integer

## Response `200`

Default Response

- object
  - `status` string
  - `total` number
  - `claims` object[]
    - `_id` string
    - `listing` string
    - `user` string
    - `status` string
    - `easyId` string
    - `startedDT` string, date-time
    - `source` string
    - `claimData` object
      - `listingId` string
      - `occupation` string
      - `otherInfo` string
    - `review` object
      - `comment` string
      - `reviewer` string
      - `concludedAt` string, date-time

## Other responses

- `403` — Default Response

---

[API](https://skmtc.net/bluehive-health/apis/bluehive-api.md) · [All operations](https://skmtc.net/bluehive-health/apis/bluehive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluehive-health/bluehive-api/revisions/ae97a9add0ba/schema)
