---
title: "Get Signatures List"
method: GET
path: "/email/v1/signatures/"
tags: ["emailService"]
---

# Get Signatures List

`GET /email/v1/signatures/`

Retrieves the list of signatures for the authorized user.

## Response `200`

OK

- object
  - `data` EmailSignature[]
    - `id` integer
    - `name` string
    - `signature` string
    - `added_by` integer
    - `is_default` boolean
    - `created_at` integer
    - `updated_at` integer
    - `emails` EmailSignatureAssociation[]
      - `email_id` integer
      - `is_default` boolean
  - `meta` Meta
    - `currentPage` number
    - `from` number
    - `lastPage` number
    - `links` object[]
      - `url` string
      - `label` string
      - `active` boolean
    - `path` string
    - `perPage` number
    - `to` number
    - `total` number

## Other responses

- `401` — Access token is missing or invalid
- `404` — Resource not found

---

[API](https://skmtc.net/uspacy/apis/uspacy-api.md) · [All operations](https://skmtc.net/uspacy/apis/uspacy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uspacy/uspacy-api/versions/c3f48fd1c26b/schema)
