cURL
curl --request GET \ --url https://api.decodahealth.com/forms/table \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "id": "<string>", "name": "<string>", "pathName": "<string>", "createdDate": "2023-11-07T05:31:56Z", "numSubmissions": 123, "defaultSendingText": "<string>" } ]
The tenant you are making this request on behalf of
Your api key
Successful Response