---
title: "Submit SMS consent from magic link form"
method: POST
path: "/public/sms-consent/submit"
tags: ["PublicSmsConsent"]
---

# Submit SMS consent from magic link form

`POST /public/sms-consent/submit`

## Request body

- SubmitSmsConsentFromLinkRequest — Request to submit SMS consent from magic link
  - `token` string, required
  - `consentGranted` boolean

## 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/d8d7501dde48/schema)
