Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Instance UUID copied from hypersender dashboard
Example:
"{{ instance_id }}"
Query Parameters
number of messages per page, max: 50
filter by the android application version that was installed on your phone
filter by percentage of the battery
filter by wither the phone was charging or not
get heartbeats by the local time of the phone
filter by when the heartbeat was created on the system.
default: -created_at, you can sort by any date: 'created_at', 'local_timestamp'
include the phone object with the heartbeat, possible values: phone
when paginating use this property to navigate through pages, example: page=2, page=1 and so on..