Skip to main content
GET
/
forms
/
list
List Forms
curl --request GET \
  --url https://api.decodahealth.com/forms/list \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "pathName": "<string>",
    "description": "<string>",
    "blocks": []
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

id
string
required
name
string
required
pathName
string
required
description
string | null
blocks
BlockDetail · object[]