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

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Response

List of tags

id
integer
read-only

Unique identifier for the tag

name
string

Tag display name

colorId
integer<int16>

Color identifier for the tag