GET /api/v1/packages and GET /api/v1/templates are paginated with page numbers.
Results are ordered by
updatedAt, newest first.
page and pageSize and reports totalCount, the number of items across all pages. A page past the end returns an empty array with the same totalCount. The templates endpoint uses the same shape with a templates array.
Iterating every page
Filters
- Packages:
status(one ofDRAFT,SCHEDULED,IN_PROGRESS,COMPLETED,DECLINED,ON_HOLD,VOID, orVIEWEDfor packages a recipient has opened) andsearch(case-insensitive match on the title). - Templates:
status(DRAFT,ACTIVE,ARCHIVED, orall).
GET /api/v1/webhooks returns every endpoint in the organisation and is not paginated.
