---
title: "List team signatures"
method: GET
path: "/teams/{team_id}/signatures"
tags: ["Signatures"]
---

# List team signatures

`GET /teams/{team_id}/signatures`

List the signatures belonging to the given team (workspace).

Required scope: `signatures:read`

## Path parameters

- `team_id` string, required

## Response `200`

Array of signatures

- object
  - `_pagination` object
    - `next` string, nullable — Link to next [page of results](https://dev.frontapp.com/docs/pagination)
  - `_links` object
    - `self` string — Link to resource
  - `_results` 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)
