Get all tags for tracking
Get all tags scoped to a specific tracking, sorted by creation date (newest first). For a cross-tracking list, use GET /serpwatcher/tags.
Authorization
ApiKeyAuth x-access-token<token>
Your Mangools API key
In: header
Path Parameters
tracking_id*string
Tracking ID
Response Body
application/json
curl -X GET "https://api.mangools.com/v3/serpwatcher/trackings/string/tags"{
"user_id": "string",
"tracking_id": "string",
"name": "string",
"color": "string",
"created_at": "string"
}