Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Send heartbeat response
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