Get All Tags

Retrieve a list of all tags in your Lumail account

MethodGET
/api/v1/tags

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