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>" } ]
The tenant you are making this request on behalf of
Your api key
Successful Response