cURL
curl --request PATCH \ --url https://api.callaro.ai/api/v1/users/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "active" } '
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
active
suspended
terminated
Updated
Was this page helpful?