cURL
Message
Filter Messages
Retrieve messages filtered by phone number with pagination support. Returns a list of inbound and outbound messages for a specific number. Similar to Message Search but returns the full filtered message list.
What this does: Returns a paginated list of messages for the given phone number. Similar to Message Search but designed for simple phone-number-based filtering. Returns message IDs, bodies, direction, status, and timestamps.
Next steps:
- Get full details for a specific message —
GET /v1.0/message/details - Send a message —
POST /v1.0/message/outbound
GET
cURL