API Key Commands
Create API Key
JWT Token: Get
YOUR_JWT_TOKEN from Chrome DevTools → Network tab → Find API request → Copy Authorization header value (after “Bearer ”).List API Keys
Revoke API Key
Token Commands
Exchange API Key for Token
Use Token for API Call
Authentication Headers
Common Error Codes
Environment Variables
Testing Authentication
Test API Key
Test Token Exchange
Test API Call
Troubleshooting Checklist
- API key is correctly formatted
- API key is active and not revoked
- Authorization header uses correct scheme (
ApiKeyvsBearer) - Token hasn’t expired (30 minutes default)
- HTTPS is being used
- No extra whitespace in credentials
- Correct environment (test vs live)