cURL
curl --request GET \ --url https://formbase.dev/api/v1/forms/{formId}/submissions/{submissionId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "formId": "<string>", "data": {}, "createdAt": "<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
Show child attributes