Create reconnection link
Create a link that will allow the user to reconnect an integration. This is useful if you want to allow your users to update the credentials if the old ones for example expired.
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
Create an API key on the Secrets page in the Kombo dashboard.
Path Parameters
POST /integrations/:integration_id/relink parameter
Body
Language of the connection flow UI.
en
, de
, fr
, it
, es
The type of link you want to create. EMBEDDED
is for the embedded flow using the Kombo Connect SDK (these links are valid for 1 hour) and MAGIC_LINK
is for magic links which you send out manually to customers (there are valid for 1 year).
This defaults to EMBEDDED
, which is our recommended method of implementing the connection flow for a seamless user experience.
EMBEDDED
, MAGIC_LINK
Response
success