Skip to main content
GET
/
email-accounts
/
tags
List email account tags
curl --request GET \
  --url https://api.reply.io/v3/email-accounts/tags \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 1,
    "name": "Marketing",
    "colorId": 3
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Response

List of tags

id
integer
required

Unique identifier for the tag

name
string
required

Tag display name

colorId
integer<int16>

Color identifier for the tag