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
Response
OK
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"
}