---
title: "Get all SMS consents for a client"
method: GET
path: "/sms-consent/client/{clientId}"
tags: ["SmsConsent"]
---

# Get all SMS consents for a client

`GET /sms-consent/client/{clientId}`

## Path parameters

- `clientId` string, required

## Response `200`

List of SMS consents for the client

- SmsConsentDto[]
  - `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)
