cURL
curl --request GET \ --url https://api.pnplayer.com/v1/api/tags \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "name": "<string>", "accountId": "<string>" } ]
Returns all tags for the authenticated account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of tags
Unique identifier of the tag
Name of the tag
Account the tag belongs to