cURL
curl --request GET \ --url https://formbase.dev/api/v1/forms \ --header 'Authorization: Bearer <token>'
{ "forms": [ { "id": "<string>", "title": "<string>", "description": "<string>", "returnUrl": "<string>", "keys": [ "<string>" ], "submissionCount": 123, "createdAt": "<string>", "updatedAt": "<string>" } ], "pagination": { "page": 123, "perPage": 123, "total": 123, "totalPages": 123 } }
Returns a paginated list of forms owned by the authenticated user.
API key in format: Bearer api_xxxxxxxxxxxxx
x >= 1
1 <= x <= 100
Successful response
Show child attributes