curl --request GET \
--url http://localhost:3333/v1/evidence-forms/{formType} \
--header 'X-API-Key: <api-key>'Fetch a specific form definition with submissions for the active organization
curl --request GET \
--url http://localhost:3333/v1/evidence-forms/{formType} \
--header 'X-API-Key: <api-key>'API key for authentication
Organization ID (required for session auth, optional for API key auth)
Was this page helpful?