cURL
curl --request POST \ --url https://api.callab.ai/v1/integrations/{integrationId}/resume \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>", "data": "<string>" }
Resumes a paused integration flow by its ID.
RUNNING
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the integration to resume
Integration flow resumed successfully.
ok
error
Confirmation message or details.
Was this page helpful?