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

Authorizations

Authorization
string
headerrequired

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
language
enum<string> | null
default: en

Language of the connection flow UI.

Available options:
en,
de,
fr,
it,
es

Response

200 - application/json
status
enum<string>
required
Available options:
success
data
object
required