Kombo Connect
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.
POST
/
integrations
/
{integration_id}
/
relink
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
headerrequiredCreate an API key on the Secrets page in the Kombo dashboard.
Path Parameters
integration_id
string
requiredPOST /integrations/:integration_id/relink parameter
Body
application/json
language
enum<string> | null
default: enLanguage of the connection flow UI.
Available options:
en
, de
, fr
, it
, es
Response
200 - application/json
status
enum<string>
requiredAvailable options:
success
data
object
required