curl --request GET \
--url https://api.crevio.co/v1/form_submissions/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"answers": {},
"respondent_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"respondent_id": 123,
"formable_type": "<string>",
"formable_id": 123
}Returns a specific form submission
curl --request GET \
--url https://api.crevio.co/v1/form_submissions/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"answers": {},
"respondent_type": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"respondent_id": 123,
"formable_type": "<string>",
"formable_id": 123
}API key in the format: Bearer {api_token}
The resource ID (e.g., "prod_abc123") or slug (e.g., "my-product")
Was this page helpful?