API Reference
Tazkiyah provides a comprehensive REST API for accessing market data, screening results, and portfolio management services.
Swagger Documentation
Our interactive API documentation is generated via Swagger UI.
Launch API Explorer (opens in a new tab)
Authentication
All API requests require a Bearer Token. You can obtain one by authenticating via the /auth/token endpoint.
curl -X POST "https://api.tazkiyah.co/auth/token" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "[email protected]&password=yourpassword"