Skip to main content
GET
Returns all tags created by the user, independent of which email accounts they are assigned to. Use this to get a master list of available tags for filtering or display purposes.

Query Parameters

string
required
Your SmartLead API key for authentication

Response Fields

The response is an array of tag objects:
number
Unique tag identifier
string
Tag display name
string
Tag color as a hex code (e.g., #B1FCCF)

Response Codes

Success
Tags retrieved successfully
Unauthorized
Invalid or missing API key
Internal Server Error
Server error occurred