Kombo Connect
Activate integration (optional)
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. You do not need to call this endpoint for an integration to become active.
POST
We are deprecating this endpoint in favour of the get integration by code endpoint. To migrate you only have to change to the new API endpoint.
Example Request Body
Authorizations
Body
application/json
POST /connect/activate-integration request body
Response
200
application/json
POST /connect/activate-integration Successful response
Available options:
success
Example:
{
"tool": "personio",
"id": "personio:CBNMt7dSNCzBdnRTx87dev4E",
"end_user_origin_id": "36123",
"end_user_organization_name": "Acme, Inc.",
"end_user_email": "user@example.com",
"setup_status": "COMPLETED"
}