List Approvals
Retrieve a paginated list of your approvals. Approvals can be of type CONSENT, FORM, DOCUMENT, JSON, or POLICY.
Filter with the optional query parameters: search (case-insensitive match on the approval name), active (active or inactive approvals only), types (one or more resource types), and internalId (your own identifier for a specific approval).
Use pageIndex and pageSize to paginate.
Headers
Pin request, response, and webhook shapes to a specific dated API version (YYYY-MM-DD). Omit to use the version pinned to your API key (set when the key is created; new keys default to the latest version). New integrations should target the latest version.
^\d{4}-\d{2}-\d{2}$"2026-07-06"
Query Parameters
Zero-based page index. 0 returns the first page.
0
Number of items per page
5 <= x <= 10010
Search query to filter by. Is case-insensitive and does not need to match the entire value.
100"example"
Filter by active status. Accepts true/false as string or boolean.
true
Filter by resource types. Can be a single value or array
CONSENT, FORM, DOCUMENT, JSON, POLICY Identifier to help you identify the resource in your own system. We recommend using a unique value.
"internal-12345"