API Docs / Schemas / CreateThirdPartyConnectionRequest

CreateThirdPartyConnectionRequest

Request for creating a new ThirdPartyConnection

Properties

Name Type Description
namestring

Display name for the connection

Display name for the connection

redirectUrlstring

URL to redirect the user to after OAuth flow completes.
If you use [code] in the url then we'll replace it with the Code of this ThirdPartyConnection.
This solves the problem of not knowing the code at creation time.

URL to redirect the user to after OAuth flow completes.
If you use [code] in the url then we'll replace it with the Code of this ThirdPartyConnection.
This solves the problem of not knowing the code at creation time.

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"
}

Used By Operations