Heartbeats
Get heartbeats of an owner phone number
Get the last time a phone number requested for outstanding messages. It will be sorted by timestamp in descending order.
get/heartbeats
Query parameters
ownerstring required
the owner's phone number
skipinteger
number of heartbeats to skip
querystring
filter containing query
limitinteger
number of heartbeats to return
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"
}