---
title: "Get signatures"
method: GET
path: "/signatures/{signature_id}"
tags: ["Signatures"]
---

# Get signatures

`GET /signatures/{signature_id}`

Get the given signature.

Required scope: `signatures:read`

## Path parameters

- `signature_id` string, required

## Response `200`

A signature

- SignatureResponse
  - `_links` object, required
    - `self` string — Link to resource
    - `related` object
      - `owner` string — Link to signature's owner (either a team or teammate)
  - `id` string, required — Unique identifier of the signature
  - `name` string, nullable, required — Name of the signature
  - `body` string, required — Body of the signature
  - `sender_info` string, nullable, required — Sender info of the signature
  - `is_visible_for_all_teammate_channels` boolean, required — Whether or not the signature is available in teammate channels.
  - `is_default` boolean, required — Whether the signature is the default signature for the team or teammate.
  - `is_private` boolean, required — Whether the signature is private to the teammate.
  - `channel_ids` string[], nullable, required

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
