API Keys
Create and manage authentication keys for your applications.
Keep your API keys secure.
Never expose secret API keys in browser-side
code, public repositories or client applications.
If a key is compromised, revoke it immediately
and create a new one.
Your API Keys
Authentication credentials for PlaylistAPI
2 of 5 keys
Production
Live
pk_live_••••••••••••••••••••••••9f3a
Development
Test
pk_test_••••••••••••••••••••••••2a81
Secure authentication
All API requests must include a valid Bearer token in the Authorization header.
Instant revocation
Revoked keys stop working immediately. Create a replacement key whenever needed.