---
title: "Get SMS consent by ID"
method: GET
path: "/sms-consent/{id}"
tags: ["SmsConsent"]
---

# Get SMS consent by ID

`GET /sms-consent/{id}`

## Path parameters

- `id` string, required

## 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

## Other responses

- `404` — Not Found

---

[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)
