POST
/
agents
/
{id}
/
resume
curl --request POST \
  --url https://api.kakiyo.com/v1/agents/{id}/resume \
  --header 'Authorization: Bearer <token>'
{
  "message": "Agent resumed successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the agent

Response

200
application/json

Agent resumed successfully

The response is of type object.