ReconnectOAuthResponse
Response containing the OAuth authorisation URL for reconnecting a configuration
Properties
| Name | Type | Description |
|---|---|---|
| authorisationUrl | string | The OAuth authorisation URL to redirect the user to |
The OAuth authorisation URL to redirect the user to | ||
JSON Example
{
"authorisationUrl": "string"
}