Maildesk API
  1. Schemas
Maildesk API
  • Maildesk Webhook
  • Subscribers
    • Get a subscriber by ID
      GET
    • Update a subscriber
      PUT
    • Delete a subscriber
      DELETE
    • Get all subscribers
      GET
    • Create a new subscriber
      POST
  • Tags
    • Get all tags
      GET
    • Create a new tag
      POST
    • Get a tag by ID
      GET
    • Update a tag
      PUT
    • Delete a tag
      DELETE
  • Schemas
    • Schemas
      • ContactApiResponse
      • UpdateContactAPIRequest
      • PaginatedApiResponse
      • CreateContactAPIRequest
      • PaginatedTagsApiResponse
      • CreateTagApiRequest
      • TagApiResponse
      • UpdateTagApiRequest
      • ContactResponseDto
      • TagResponse
  1. Schemas

PaginatedTagsApiResponse

{
    "tags": [
        {
            "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV",
            "name": "Newsletter",
            "description": "Subscribers who opted in for the newsletter",
            "createdAt": "2024-03-20T15:30:00.000Z"
        }
    ],
    "total": 100,
    "page": 1,
    "limit": 10
}
Built with