cURL
curl --request GET \ --url https://api.decodahealth.com/forms/{form_id}/consent-info \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "questionId": "<string>", "text": "<string>" } ]
Get consent info (disclaimers, documents) for a form.
If answered_form_id is provided, returns snapshotted content from the submission. Otherwise (blank form export), returns live content from the form questions.
The tenant you are making this request on behalf of
Your api key
Successful Response