- API Store
- User API
- qPapel Protection
Send your secret key (
psa_...) as a Bearer token or in the X-API-Key header.Test your credentials
Call the User API connectivity endpoint to confirm your key and store hash work:"success": true. An invalid key returns 401 Unauthorized.
Keep your keys safe
Only use keys on your server
Only use keys on your server
API keys grant full access to your store and licenses. Never embed them in frontend JavaScript, mobile apps, or distributed desktop binaries.
Store keys in environment variables
Store keys in environment variables
Load keys from environment variables or a secrets manager. Never commit them to source control.
Rotate a leaked key immediately
Rotate a leaked key immediately
If a key is exposed, revoke it in the dashboard and create a new one.