Retrieve a paginated list of all donation forms for your merchant account, including form type, fund configuration, frequencies, and active status.
The List Forms endpoint returns all donation forms associated with your CharityStack account. Each form object includes the public URL, fund assignments, available frequencies, styling options, and active status. Forms that have been deleted are excluded from the list. Use the limit and lastEvaluatedKey parameters to page through results.
The list endpoint returns a summary of each form. To retrieve the full configuration (amounts, tickets, toggles, custom inputs, etc.), use Get Form by ID.
Internal form type. One of: EMBED_FORM, CROWDFUNDING_FORM, PRODUCT, EVENT. See Form type mapping for how these relate to the formType and amountType values used during creation.