getSignedExternalIdForPatient
Generates a signed external ID for a patient that can be included as the xid OAuth Authorization Request parameter. If an external ID is provided, it will be associated with the patient once they complete the OAuth flow.
| Path Parameters |
|---|
projectId string — REQUIREDProject ID to generate a link for |
| Request Body — REQUIRED |
|---|
externalId stringThe external ID you wish to assign the patient once they respond. |
| Responses | ||
|---|---|---|
200The signed external ID for the patient
|