CreateThirdPartyConnectionRequest
Request for creating a new ThirdPartyConnection
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Display name for the connection |
Display name for the connection | ||
| redirectUrl | string | URL to redirect the user to after OAuth flow completes. |
URL to redirect the user to after OAuth flow completes. | ||
| platform* | string | The platform identifier (e.g., "Xero", "FreeAgent", "Slack") |
The platform identifier (e.g., "Xero", "FreeAgent", "Slack") | ||
JSON Example
{
"name": "string",
"redirectUrl": "string",
"platform": "string"
}