POST
/
consumers
/
{consumerid}
/
connections

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumerid
string
required

Body

application/json
credentials
object[]

Can be used to specify the credentials of your connection. Must be used in combination with an integrationid and a name. Please use the getIntegrations route to see the available credentials for each integration

integrationid
integer

Can be used to specify the integration code of a specific connector. If specified, the url will will point directly to the connection page of the connector and will redirect on save to the redirect url of the consumer if specified.

name
string

Can be used to specify the name of the connection. Must be used in combination with an integrationid.

Response

200 - application/json
url
string
required