Skip to main content
POST
/
api
/
v1
/
presence
/
rooms
/
{roomId}
/
heartbeat
Send a room presence heartbeat
curl --request POST \
  --url https://apix.us.amity.co/api/v1/presence/rooms/{roomId}/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.

Path Parameters

roomId
string
required

The ID of the room

Response

Send room heartbeat response

success
boolean
required