Get All Templates API
Say hello to effortless template tracking with our Get All Templates API. Receive an array of comprehensive objects, each brimming with essential details for your specific customer ID. From template names and files to crucial JSON data, our API puts you in control. Streamline your workflow, retrieve vital information, and revolutionize your template management. Experience the ease of Get All Templates API – where organized content is just a call away. Start optimizing your template management journey today!
API authentication is a crucial security process that ensures authorized access to an application programming interface (API). It involves validating the identity of users or systems seeking to interact with the API. Please use the access token shared with you by your assigned Signzy's CSM. Please set the value of the key Authorization in the headers to the access token, while making an API call. In this way, Signzy's system will be able to authenticate you and you will be able to make a successful API call.
The details of the API can be found here.
Key | Description | Type |
---|---|---|
status | Status | String |
statusDesp | Description of the status | String |
templateDetails | Details of all the templates | Array Of Objects |
templateName | Name of the template | String |
templateType | Type of the template (docx, html, editablePdf) | String |
templateData | URL or base64 data of the template | String |
templateRequiredVariables | JSON data keys to be filled in the template in desired format | String |
templateId | Template ID | String |
Parameter | Type | Description |
---|---|---|
name | String | In case of errors, it will have the value "error". It represents an error. |
message | String | Message for the error |
reason | String | Reasons for the error |
type | String | Type of error |
statusCode | String | Status code of the error |
Error Code | Error Message | Explanation |
---|---|---|
400 | Bad Request | Input parameter has a missing required parameter or invalid inputs |
401 | Authorization Failed | Authorization token is invalid |
500 | Internal Server Error | Internal error at Signzy, Please write to us at [email protected] |