POST
/
api
/
v1
/
presence
/
heartbeat
Send a presence heartbeat
curl --request POST \
  --url https://apix.us.amity.co/api/v1/presence/heartbeat \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

202
application/json

Send heartbeat response

The response is of type object.