---
title: "Generate an app invite token for a client. Returns a deep link and QR-encodable URL."
method: POST
path: "/ClientAppInvite/{clientId}/invite"
tags: ["ClientAppInvite"]
---

# Generate an app invite token for a client. Returns a deep link and QR-encodable URL.

`POST /ClientAppInvite/{clientId}/invite`

## Path parameters

- `clientId` string, required

## Response `200`

OK

- AppInviteResponse
  - `token` string
  - `deepLink` string
  - `clientName` string
  - `clientEmail` string, nullable
  - `clientPhone` string, nullable
  - `clinicName` string
  - `expiresAt` 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/versions/a905bde4e796/schema)
