Skip to main content
GET /api/v1/packages and GET /api/v1/templates are paginated with page numbers. Results are ordered by updatedAt, newest first.
The response echoes 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 of DRAFT, SCHEDULED, IN_PROGRESS, COMPLETED, DECLINED, ON_HOLD, VOID, or VIEWED for packages a recipient has opened) and search (case-insensitive match on the title).
  • Templates: status (DRAFT, ACTIVE, ARCHIVED, or all).
GET /api/v1/webhooks returns every endpoint in the organisation and is not paginated.