Authentication#
All API requests require authentication using a Bearer token. This ensures your requests are secure and authorized.1.
Log in to the Jokoor Portal.
Navigate to the API Keys section to generate or view your API key.
2.
For every API request, include your API key in the Authorization header as follows:Authorization: Bearer YOUR_API_KEY
Replace YOUR_API_KEY with the key you obtained from the portal.
All endpoints require this header for successful authentication. Requests without a valid Bearer token will receive a 401 Unauthorized response[1].
Modified at 2025-07-05 00:59:10