v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
client

set status

Sets the status text for the connected account

post/instances/{id}/client/action/set-status

Path parameters

idinteger required

Instance ID

Request body

statusstring required

The status text to set

Example request

{
  "status": "Hello!"
}

Response

Successfully set status

status'success' | 'error'

Example response

{
  "data": {
    "status": "success"
  },
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/set-status"
  },
  "status": "success"
}