---
title: "Submit SMS consent from widget"
method: POST
path: "/public/widget/sms-consent"
tags: ["Widget"]
---

# Submit SMS consent from widget

`POST /public/widget/sms-consent`

## Request body

- WidgetSmsConsentSubmitRequest — Widget SMS consent submit request
  - `sessionId` string, required
  - `clinicId` string, required
  - `phoneNumber` string, required
  - `consentGranted` boolean
  - `clientId` string, nullable

## Response `200`

OK

- SmsConsentDto — Full SMS consent record
  - `id` string
  - `phoneNumber` string
  - `clientId` string, nullable
  - `consentGranted` boolean
  - `consentedAt` string, date-time
  - `consentVersion` string
  - `consentSource` string
  - `revokedAt` string, date-time, nullable
  - `createdAt` string, date-time

---

[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/a905bde4e796/schema)
