v1

latestSwagger 2.02026-07-134146194.6 MB
ConnectConfigurations

Updates the existing Connect OAuth configuration for the account.

put/v2.1/accounts/{accountId}/connect/oauth

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

Request body

authorizationServerUrlstring

The token URL for your authorization server or OAuth service.

This property is required.

clientIdstring

The client ID assigned to your app by your authorization server or OAuth service.

This property is required.

clientSecretstring

The secret value provided by your authorization server.

This property is required.

customParametersobject
scopestring

The scopes that your app will request from the authorization server.

This property is optional.

Note: If you are using Azure, this value is the application ID URI of the secified resource affixed with the .default. For example: api://{{clientId}}/.default

Response

Successful response.