Skip to main content
GET
/
tags
cURL
curl --request GET \
  --url https://api.pnplayer.com/v1/api/tags \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "accountId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of tags

id
integer<int64>

Unique identifier of the tag

name
string

Name of the tag

accountId
string

Account the tag belongs to