v24

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-015163191.7 KB
Heartbeats

Register heartbeat of an owner phone number

Store the heartbeat to make notify that a phone number is still active

post/heartbeats

Request body

chargingboolean required
phone_numbersstring[] required

Response

OK

messagestring required
statusstring required

Example response

{
  "data": {
    "charging": true,
    "id": "32343a19-da5e-4b1b-a767-3298a73703cb",
    "owner": "+18005550199",
    "timestamp": "2022-06-05T14:26:01.520828+03:00",
    "user_id": "WB7DRDWrJZRGbYrv2CKGkqbzvqdC",
    "version": "344c10f"
  },
  "message": "Request handled successfully",
  "status": "success"
}