Envelope shape
List responses use a JSON envelope withdata and meta.
Common query params
Typical pagination params:pageper_page
Why it matters
SendyKit is meant to be usable by:- humans
- scripts
- agents
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How SendyKit paginates list-style API responses
data and meta.
{
"data": [],
"meta": {
"page": 1,
"per_page": 25,
"total": 142
}
}
pageper_pageWas this page helpful?