---
title: "Verifies a respondent has a claim on a specific business"
method: GET
path: "/respondents/claim"
tags: ["respondents"]
---

# Verifies a respondent has a claim on a specific business

`GET /respondents/claim`

Verifies a respondent has a claim on a specific business

## Query parameters

- `respondent_id` string, uuid, required
- `business_id` string, uuid, required
- `survey_id` string, uuid, required

## Response `200`

The information has been retrieved

- 'VALID' | 'INVALID'

## Other responses

- `400` — The request was missing the respondent_id or business_id, or the provided respondent_id wasn't a UUID
- `404` — The respondent or business does not exist

---

[API](https://skmtc.net/office-of-national-statistics/apis/party-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/party-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/party-service-api/revisions/a9abfd072409/schema)
