🔐 PRO Authentication
PRO endpoints require authentication via API Key in the header:
X-API-Key: lion_pro_xxxxxxxxxxxxxxxxTo generate an API Key, you need to:
Login as a PRO user using JWT (endpoint
/api/auth/signin)Generate an API Key using the endpoint
/api/auth/generate-api-keyUse the generated API Key in all PRO requests
Last updated