action docusign_lock_get_template_lock { label: "Gets template lock information." description: "Retrieves general information about a template lock.\n\nThe user requesting the information must be the same user\nwho locked the template.\n\nYou can use this method to recover the lock information,\nincluding the `lockToken`,\nfor a locked template.\nThe `X-DocuSign-Edit` header is included in the response.\n\nSee\n[TemplateLocks: create](/docs/esign-rest-api/reference/templates/templatelocks/create/)\nfor a description of the `X-DocuSign-Edit` header.\n\n### Related topics\n\n- [Common API Tasks: Locking and unlocking envelopes](https://www.docusign.com/blog/dsdev-common-api-tasks-locking-and-unlocking-envelopes)\n\n" provider: docusign method: GET path: "/v2.1/accounts/{accountId}/templates/{templateId}/lock" encoding: json input: { type: "object" properties: { accountId: { type: "string" } templateId: { type: "string" } } required: ["accountId", "templateId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }