> ## Documentation Index
> Fetch the complete documentation index at: https://dev.kloo.li/llms.txt
> Use this file to discover all available pages before exploring further.

# Signatures

> List, retrieve, and delete email signatures.

Read and delete email signatures. There is no create endpoint in the public API.

<Note>
  List / get / delete only.
</Note>

## Endpoints

<CardGroup cols={2}>
  <Card title="Retrieve all" icon="list" href="/en/api-reference/signatures/retrieve-all-signatures" horizontal>
    `GET` `/signatures/`
  </Card>

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/signatures/retrieve-one-signatures" horizontal>
    `GET` `/signatures/{signature_id}`
  </Card>

  <Card title="Delete" icon="trash" href="/en/api-reference/signatures/delete-signatures" horizontal>
    `DELETE` `/signatures/{signature_id}`
  </Card>
</CardGroup>
