v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
emailService

Get Signatures List

Retrieves the list of signatures for the authorized user.

get/email/v1/signatures/

Response

OK

Example response

{
  "data": [
    {
      "id": 1,
      "name": "My default signature",
      "signature": "Best regards...",
      "added_by": 1,
      "is_default": true,
      "created_at": 1734529110,
      "updated_at": 1734529110,
      "emails": [
        {
          "email_id": 10,
          "is_default": true
        }
      ]
    }
  ],
  "meta": {
    "currentPage": 1,
    "from": 1,
    "lastPage": 1,
    "links": [
      {
        "label": "Previous"
      }
    ],
    "path": "https://domain.uspacy.ua/groups/v1/groups",
    "perPage": 20,
    "to": 2,
    "total": 2
  }
}