Lumail.ioLumail.io
DocsBlogChangelog

Getting Started

  • Introduction
  • Tutorials
  • API Reference
  • Integrations
  • Features
  • Workflows

Tutorials

  • Create an API Token
  • Build a V0 Capture Page
  • Dynamic Promo Codes with Webhooks

API Reference

  • API Tokens
  • Rate Limits
  • POSTSend Transactional Email
  • POSTEmail Verification API
  • POSTCreate Subscriber
  • GETGet Subscriber
  • PATCHUpdate Subscriber
  • DELETEDelete Subscriber
  • POSTAdd Tags to Subscriber
  • DELETERemove Tags from Subscriber
  • POSTTrack Event
  • GETGet Subscriber Events
  • GETGet All Tags
  • POSTCreate a Tag
  • Send Email in HTML
  • Send Email in Markdown
  • Send Email in Tiptap

Integrations

  • ClickFunnels Integration
  • SystemIO Integration

Features

  • Variables
  • Subscriber Events
  • Revenue Tracking
  • Email Deliverability Score
  • Email Engagement Score
  • Content Deliverability Checker

Workflows

  • Wait Step
  • Email Step
  • Action Step
  • Webhook Step

domains

  • Email Domains
  • Web Domains

Get All Tags

Retrieve a list of all tags in your Lumail account

https://lumail.io/api/v1/tags

Retrieves all tags for your organization to help you categorize subscribers and target specific audiences for your campaigns.

Response

  • Success (200 OK) - Returns an array of tag objects.

Response Fields

FieldTypeDescription
successbooleanIndicates if the operation was successful
tagsarrayArray of tag objects
tags[].idstringUnique identifier for the tag
tags[].namestringName of the tag

Request Schema

No request body is required for this endpoint.

Usage Example

Use this API endpoint to retrieve all tags in your organization, which can help you:

  • Display all available tags in your application UI
  • Create dropdown menus for tag selection in forms
  • Sync tags between different systems or applications
  • Get tag IDs needed for other API operations such as adding tags to subscribers
  • Build tag-based filtering and segmentation tools
Get Subscriber EventsCreate a Tag

Method

GET

Endpoint

/api/v1/tags

Request Examples

curl -X GET https://lumail.io/api/v1/tags \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json"

Response Examples

{
  "success": true,
  "tags": [
    {
      "id": "tag_JqaddtEx7z",
      "name": "newsletter"
    },
    {
      "id": "tag_rdEPhyjnfA",
      "name": "promotional"
    },
    {
      "id": "tag_kL9pqRs2tU",
      "name": "welcome-sequence"
    }
  ]
}

On This Page

ResponseResponse FieldsRequest SchemaUsage Example

Lumail.io

Create and send e-mail without paying thousands of dollars

Product

BlogDocumentationChangelogDashboard

Company

AboutAccount

Legal

TermsPrivacy

8 The Green STE B, Dover Delaware 19901, United States

© 2025 Codelynx, LLC. All rights reserved.

Sign in