API Reference
Complete endpoint reference for the Banklyze API. All endpoints require authentication via the X-API-Key header or Authorization: Bearer token. The base URL for all requests is:
Base URL
https://api.banklyze.com/v1Conventions: Request and response bodies are JSON unless otherwise noted. Dates use ISO 8601 format. IDs are integers. List endpoints return { data: [...], meta: { page, per_page, total, total_pages } }.