---
title: "Check if SMS consent exists for a phone number"
method: GET
path: "/public/widget/sms-consent/check"
tags: ["Widget"]
---

# Check if SMS consent exists for a phone number

`GET /public/widget/sms-consent/check`

## Query parameters

- `phone` string, required
- `clinicId` string, required

## Response `200`

OK

- SmsConsentStatusDto — SMS consent status for a phone number
  - `required` boolean
  - `hasConsent` boolean
  - `consentId` string, nullable
  - `consentedAt` string, date-time, nullable
  - `consentSource` string, nullable

## Other responses

- `400` — Bad Request

---

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