Read your API request logs
A new Request Logs endpoint family lets you inspect the requests your own API keys have made (live + test) — method, path, status, timing, and the full request/response detail — so you can correlate and debug integrations without leaving your stack.
A new Request Logs endpoint family lets you inspect the requests your own API keys have made (live + test) — method, path, status, timing, and the full request/response detail — so you can correlate and debug integrations without leaving your stack.
What else changed
GET /v1/developers/request-logs— list your past API requests, cursor-paginated. Filter byenvironment(live/test),only_errors,method,http_status,path_contains,api_key_id, and afrom/totime range. By default the last 30 days are returned.GET /v1/developers/request-logs/{request_id}— full detail of a single request, including request/response bodies and headers. Pass the optionaltimestamphint (the value from the list) to look up logs older than the default window.- Cursor pagination — navigate with the opaque
next_cursor/prev_cursorreturned in each response;has_next/has_previoustell you when you've reached the edges. - Correlate with
X-Request-Id— each log'srequest_idmatches theX-Request-Idresponse header (andmeta.request_id), so you can jump straight from a live response to its full log. - Works with your existing API key (
Authorization: Bearer) — no extra scope required.
Endpoints
- GET/v1/developers/request-logsList your API request logs (cursor-paginated, filterable by environment, status, method, path, key and time range)
- GET/v1/developers/request-logs/{request_id}Get the full detail (bodies + headers) of a single request log
Where to go next
Suplidos: bill back payments made on behalf of your client
Invoice lines now carry a `line_type`. Set it to `SUPLIDO` to pass through amounts you paid in your client's name (art. 78.Tres.3 LIVA). Suplidos stay out of the taxable base, VAT and VeriFactu, and add to a new `total_to_pay` alongside the fiscal `invoice_total`.
BeeL. CLI — run the API from your terminal
The official BeeL. CLI is now published on npm as @beel_es/cli. Run any API endpoint straight from the terminal — sandbox by default — with nothing to install thanks to npx. Commands are derived at runtime from the OpenAPI spec bundled with the installed version, so the CLI always matches the API surface of that release.