cURL
curl --request POST \ --url https://api.callab.ai/v1/integrations/{integrationId}/stop \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>", "data": "<string>" }
Stops a running integration flow by its ID.
STOPPED
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the integration to stop
Integration flow stopped successfully.
The response is of type object.
object
Was this page helpful?