cURL
curl --request GET \ --url https://formbase.dev/api/v1/forms/{formId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "description": "<string>", "returnUrl": "<string>", "keys": [ "<string>" ], "submissionCount": 123, "createdAt": "<string>", "updatedAt": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.formbase.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.formbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key in format: Bearer api_xxxxxxxxxxxxx
Successful response