cURL
curl --request POST \ --url https://api.chift.eu/consumers/{consumerid}/connections \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "integrationid": 123, "name": "<string>", "credentials": [ { "key": "<string>", "value": "<string>" } ], "country": "<string>" }'
200
example
{ "url": "<string>"}
Returns the url that can be used by your client to enable his integrations.
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type object.
object