POST
/
integrations
/
{integration_id}
/
relink
curl --request POST \
  --url https://api.kombo.dev/v1/integrations/{integration_id}/relink \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "language": "en",
  "scope_config_id": "9Pv6aCFwNDEzPNmwjSsY9SQx",
  "link_type": "EMBEDDED"
}'
{
  "status": "success",
  "data": {
    "link": "<string>"
  }
}

Embed this the same way you would embed the connect link. By default, the link will be valid for 1 hour.

Example Request Body

{
  "language": "en",
  "scope_config_id": "9Pv6aCFwNDEzPNmwjSsY9SQx",
  "link_type": "EMBEDDED"
}

Authorizations

Authorization
string
header
required

Create an API key on the Secrets page in the Kombo dashboard.

Path Parameters

integration_id
string
required

POST /integrations/:integration_id/relink parameter

Body

application/json
POST /integrations/:integration_id/relink request body

The body is of type object.

Response

200
application/json
POST /integrations/:integration_id/relink Successful response

The response is of type object.