Overview
Browse every error code the BeeL. API can return, organised by domain. Every error response includes a stable type URI pointing to its page here.
How error responses work
Every API error response follows the RFC 9457 Problem Details for HTTP APIs contract. The type field is a URI that points to a stable documentation page right here — copy it from any error response into your browser to jump straight to the relevant entry.
203 codes across 10 domains.
Start here
Handling errors
How to parse responses, branch on the code, and deep-link to docs from the type URI. Read this first.
All codes in one view
Flat alphabetical table. Useful as a cheat sheet or to copy into your codebase as constants.
Browse by category
List API request logs GET
Devuelve el historial de peticiones a la API pública hechas con las API keys del usuario autenticado (live + test). Solo tráfico `auth_type=API_KEY`. **Paginación por cursor**: se navega con `cursor` (opaco). No hay salto a página N porque la fuente (Axiom/APL) no soporta offset eficiente. Por defecto se devuelven los últimos 30 días; acótalo con `from`/`to`.
All error codes
Every error code returned by the BeeL. API in one flat table — useful as a cheat sheet or to import as constants in your codebase.