Get integration by token
Use this endpoint with the token you get from the connection flow to retrieve information about the created integration.
It works in a similar way as the OAuth2 code flow to securely retrieve information and connect the integration to your user.
Check out our full guide for more details about implementing the connection flow into your app.
This endpoint is used to ensure users can’t trick your system connecting their
account in your system to another customers integration. You don’t get the integration ID
from the showKomboConnect(link)
function but only the short lived token used
for this endpoint so that users can’t send you arbitrary data that you would put
into your system.
Authorizations
Create an API key on the Secrets page in the Kombo dashboard.
Path Parameters
GET /connect/integration-by-token/:token parameter
Response
success