List forms
Returns a paginated list of forms belonging to a customer. Supports filtering by form ID, title/description search, and archived/active state, plus ordering and pagination.
Authorizations
Paubox API key sent as Authorization: Bearer YOUR_API_KEY. API keys are created in the Paubox dashboard and must have the "forms" scope; a key without the forms scope receives 401 Unauthorized. A valid key used against a resource that belongs to a different customer receives 403 Forbidden.
Query Parameters
Your Paubox customer ID. Requests for a customer you do not have access to return 403.
Filter the results to a single form by its UUID.
Substring match against the form title or description.
Filter by archived state.
Filter by active state.
Field to order results by. Unknown values fall back to created_at.
created_at, title, updated_at, submission_count Sort direction.
asc, desc Page number to return.
Number of forms per page (maximum 100).
x <= 100