Mangools/API

Get all tags

Get all keyword tags owned by your account across every tracking, sorted by creation date (newest first). Tags are color-coded labels used to organize tracked keywords and filter rank tracking statistics. For a list scoped to a single tracking, use GET /serpwatcher/trackings/{tracking_id}/tags.

GET
/serpwatcher/tags

Authorization

ApiKeyAuth
x-access-token<token>

Your Mangools API key

In: header

Response Body

application/json

curl -X GET "https://api.mangools.com/v3/serpwatcher/tags"
{
  "user_id": "string",
  "tracking_id": "string",
  "name": "string",
  "color": "string",
  "created_at": "string"
}