POST /esignglobal/v1/templates/edit
API Description
Developers can use this API to obtain the edit page link for a specified document template docTemplateEditUrl, and open the link to allow operators to edit existing document templates on the page.
Notes
docTemplateIdis the document template ID, which must be a valid template accessible by the current integrator account.- Upon successful API invocation, it returns
docTemplateEditUrl, the link is time-sensitive. It is recommended to use it immediately after retrieval, and long-term caching is not recommended. - Developers can use
redirectUrlto specify the redirect page after template editing is completed.
Request Parameters
Request Example
{
"docTemplateId": "template_123456789",
"redirectUrl": "https://example.com/template/edit/callback"
}Response Parameters
Response Example
{
"code": 0,
"message": "success",
"data": {
"docTemplateEditUrl": "https://app.esignglobal.com/template/edit?token=example"
}
}






