Skip to main content

Base endpoint

https://api.pnplayer.com

Authentication

All API endpoints are authenticated using Bearer token
curl --request GET \
  --url https://api.pnplayer.com/auth/token \
  --header 'ApiKey: YOUR_API_KEY'
Reponse body contains JWT token
{ token: eyXwd.... }