• AgentsMailDocumentation
  • Introduction
  • Getting Started
    • Connect your agent
  • Audience
    • How a list works
    • The life of a contact
    • Importing contacts
    • What a tag is for
    • How a segment works
    • What a topic does
  • Email
    • How a template works
    • Images in an email
    • Merge Tags Cheat Sheet
    • Editable zones
    • Emails in dark mode
  • Sending
    • How a campaign works
    • How a sequence works
    • Who your emails come from
    • Sign-up and double opt-in
    • The suppression list
    • Why a send is refused
    • Reading campaign statistics
  • Settings
    • Sending preferences
    • Verifying your sending domain
    • Members and invitations
    • Plans, limits and credits
    • API keys
    • Notifications
  • API
    • Discovery
      • GETWhere the key stands
    • Lists
      • GETList the lists
      • GETGet one list
      • POSTCreate a list
    • Contacts
      • GETList contacts
      • GETGet a contact
      • POSTAdd or update one contact
      • POSTImport contacts in bulk
      • PATCHUpdate a contact
      • POSTUnsubscribe a contact
      • POSTResubscribe a contact
    • Tags
      • GETList tags
      • POSTCreate a tag
      • POSTTag a contact
      • DELETEUntag a contact
    • Templates
      • GETList templates
      • GETGet a template
      • POSTCreate a template
      • PATCHUpdate a template
      • DELETEDelete a template
      • POSTTest a template
      • GETBrowse the gallery
      • GETGet a gallery design
      • POSTRender without sending
    • Campaigns
      • POSTCreate a campaign
      • GETList campaigns
      • GETGet a campaign
      • PATCHEdit a draft campaign
      • POSTSend or schedule
      • POSTTest a campaign
      • GETRead campaign stats
    • Sequences
      • POSTCreate a sequence
      • GETList sequences
      • GETGet a sequence
      • PATCHRename, activate or pause
      • DELETEDelete a sequence
      • GETWho is walking it
      • GETList versions
      • POSTOpen a draft version
      • PATCHChange a draft's trigger
      • POSTPublish a version
      • POSTRoll back to a version
      • DELETEDiscard a draft
      • POSTAdd a step
      • GETList steps
      • PATCHEdit a step
      • DELETERemove a step
      • POSTMove a step
      • GETList wires
      • POSTWire two steps
      • DELETEUnwire two steps
    • Settings
      • GETRead every setting
      • PATCHUpdate sending preferences
      • GETRead the address book
      • POSTAdd a sender address
      • PATCHEdit or promote an address
      • DELETERemove an address
      • PATCHUpdate sign-up settings
      • POSTTest the confirmation email
    • Sending domains
      • GETList domains and records
      • POSTDeclare a domain
      • GETGet one domain
      • POSTVerify a domain
      • DELETERemove a domain
    • Recipient links
      • GETOpen tracking
      • GETClick tracking
      • POSTOne-click unsubscribe
  1. Documentation
  2. API
  3. Tags
docsChangelog
Get an API key

Tags

A tag is a free label on a contact. It has no meaning of its own — it exists to be targeted later.
GETList tags/api/v1/tagsPOSTCreate a tag/api/v1/tagsPOSTTag a contact/api/v1/contacts/{contactId}/tagsDELETEUntag a contact/api/v1/contacts/{contactId}/tags/{tagId}
PreviousResubscribe a contactNextList tags