Authorization: Bearer ********************curl --location --request GET 'https://prod.your-api-server.com/form-templates?status' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"sourcePdfFileKey": "string",
"sourcePdfPageCount": 0,
"sourcePdfWidthPt": 0,
"sourcePdfHeightPt": 0,
"signatureMode": "string",
"status": "string",
"version": 0,
"requireEmailVerification": true,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"fields": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "string",
"page": 0,
"xPercent": 0,
"yPercent": 0,
"widthPercent": 0,
"heightPercent": 0,
"label": "string",
"required": true,
"order": 0
}
]
}
]
}