List Web Templates
Returns a paginated list of all Web template rows for the authenticated organization (not filtered to one row per key – versions and multiple keys may appear). Newest first (created_at descending, then id descending). Use limit (default 25, max 100) and optional after_id for keyset pagination: for the next page, set after_id to the previous response last_id to fetch older rows. If the cursor id is missing or not in your org, the response is validation error INVALID_AFTER_ID on after_id. See Inquiry templates.
Headers
"secret_live_xxx"
Query Parameters
Keyset cursor: a template row id in your organization. When set, the list returns rows strictly older than that row. For the next page, use the previous page last_id. If the id is missing or not in your org, the response is validation error INVALID_AFTER_ID on after_id.
Page size (1–100, default 25).
1 <= x <= 100