PATCH
/
v1
/
auth
/
me
/
presence
Update current user presence status
curl --request PATCH \
  --url https://api.wazapin.com/v1/auth/me/presence \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Body

application/json
status
string
required
Minimum string length: 1

Response

OK

data
object
required