v3
latestOpenAPI 3.1.02026-07-311255771.3 MBKombo Connect
Create connection link
Generate a unique link that allows your user to enter the embedded Kombo Connect flow.
Check out our full guide for more details about implementing the connection flow into your app.
Kombo will not deduplicate integrations for you that are created with this endpoint. You are responsible for keeping track of integrations in your system and prevent customers from connecting the same tool again. Use the reconnection link endpoint if you want a customer to update their credentials.
Example Request Body
{
"end_user_email": "test@example.com",
"end_user_organization_name": "Test Inc.",
"integration_category": "HRIS",
"integration_tool": "personio",
"end_user_origin_id": "123",
"language": "en",
"link_type": "EMBEDDED"
}
post/connect/create-link
Request body
Response
POST /connect/create-link Positive response
Example response
{
"data": {
"link": "https://connect.kombo.dev/v1?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.SWYgeW91IGFyZSByZWFkaW5nIHRoaXMsIHdlIHdvdWxkIGxpa2UgdG8gbGV0IHlvdSBrbm93IHRoYXQgd2UgYXJlIGhpcmluZyBwZW9wbGUgbGlrZSB5b3UgOikuIFJlYWNoIG91dCB0byBhbGV4QGtvbWJvLmRldiB0byBnZXQgaW4gY29udGFjdCBhbmQgdGVsbCBoaW0geW91IGNvbWUgZnJvbSB0aGUgSldUIDsp._hhX5YTtHfLn9ZC806dZceRn2whzxHyrhft1ONzNgOE"
}
}