Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hypersender.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Monitor and query your phone’s heartbeats with Hypersender’s Laravel SDK. This page shows how to list heartbeats with pagination, sorting, includes, and filters.

Methods

List Heartbeats

Index heartbeats of the phone sorted by last heartbeat. (learn more)
use Hypersender\Hypersender;

$response = Hypersender::sms()->getHeartbeats();