ReauthoriseConnectionRequest
Starts a fresh sign-in for a connection the practice already has.
Properties
| Name | Type | Description |
|---|---|---|
| redirectUrl | string | Where to send the browser once the platform has redirected back. A literal |
Where to send the browser once the platform has redirected back. A literal | ||
| apiKey | string | The fresh API key, for platforms that connect with one instead of a sign-in flow. Ignored on |
The fresh API key, for platforms that connect with one instead of a sign-in flow. Ignored on | ||
JSON Example
{
"redirectUrl": "string",
"apiKey": "string"
}