cURL
curl --request POST \ --url https://api.pnplayer.com/v1/api/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>", "accountId": "<string>" }
Creates a new tag
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the tag
Tag created
Unique identifier of the tag
Account the tag belongs to