curl --request POST \
--url https://apix.us.amity.co/api/v1/presence/heartbeat \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Send a presence heartbeat
curl --request POST \
--url https://apix.us.amity.co/api/v1/presence/heartbeat \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Send heartbeat response
The response is of type object
.