Developers
V1MeClinicalQr

Issue your one-use five-minute clinical QR token

The token contains no health data and does not grant access. Encode only this opaque token in the QR. Send it in the claim POST body, never in a URL or analytics. A practitioner claim still requires your approval.

POST
/v1/me/clinical/qr
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Default{}

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/me/clinical/qr" \  -H "Content-Type: application/json" \  -d '{}'
{  "token": "string",  "expiresAt": "2019-08-24T14:15:22Z"}