How to list all tags of your account ?
curl -H 'x-api-key: <API_KEY>' https://api.pubstack.io/v1/me/tags
The response is an array of tag objects.
[
{
"id":"9f7d550a-120a-4a5d-xxxx-fc7deb033a0f",
"name":"news.pubstack.xyz",
"state":"ACTIVE",
"domains":[
"news.pubstack.xyz", "sports.pubstack.xyz"
],
"pbjs_adapter":"pbjs",
"loader":"https://boot.pbstck.com/v1/tag/9f7d550a-120a-4a5d-xxxx-fc7deb033a0f"
},
{
"id": "..."
}
]