cURL
curl --request POST \ --url https://api.kakiyo.com/v1/agents/{id}/pause \ --header 'Authorization: Bearer <token>'
{ "message": "Agent paused successfully" }
Pauses an agent’s activities
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the agent
Agent paused successfully
"Agent paused successfully"