Skip to main content
GET
/
forms
/
{form_id}
/
consent-info
Get Consent Info
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>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

form_id
string
required

Response

Successful Response

  • ConsentText
  • ConsentDocument
questionId
string
required
text
string
required