---
title: "Get all signature templates"
method: GET
path: "/v2/signature-templates"
tags: ["Signature"]
---

# Get all signature templates

`GET /v2/signature-templates`

Get a list of signature templates.

## Query parameters

- `offset` integer
- `limit` integer
- `friendly_name` string
- `type` string

## Response `200`

- object
  - `offset` integer — The number of items to skiped before starting to collect the result set.
  - `limit` integer — The numbers of items to returned.
  - `has_more` boolean — Indicates is there more values.
  - `count` integer — Total number of values returned.
  - `templates` object[]
    - `id` string — Signature template Id.
    - `friendly_name` string — Friendly name.
    - `type` 'contract' | 'FEA_adhesion' — Type of the template.
    - `sign_coordinates` object[] — Array of sign coordinates.
      - `start_tag_pattern` string, required — Start tag pattern should be unique, it's composed of an anchor (mandatory), a keyword (mandatory), and a second anchor (optional). It must be present in the document to sign as the provider will print the signature/s in that place. It must match the following regex `/(^[#$]+)([a-zA-Z0-9_]+)([#$]+$)?$/` - Possible tags: * available symbols: `$` `#` * `anchors` allow only available symbols and can have any length * `keyword` is alphanumeric and can have any length and contain underscores - Examples: `$$SIGN` `$SIGN#` `##SIGN##`
      - `x_offset` number — Action placeholder X offset, is optional and default value is 0.
      - `y_offset` number — Action placeholder Y offset, is optional and default value is 0.
    - `creation_date` string, date-time — Creation date of the signature template.
    - `updated_at` string, date-time — Update date of the signature template.

## Other responses

- `401` — Unauthorized
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/revisions/d9b785884d03/schema)
