Retrieve a register by ID
Retrieves a single document register entry by its ID. A valid bearer token is required.
GET /api/document-registers/{id}
Authorization: Bearer {jwt_token}Path parameters
Response
Status code: 200 OK
Response body:
Returns the register entry object (same shape as the create response). It includes source_type (E_INVOICE or NON_E_INVOICE), system‑generated fields (id, uuid, line ids, created_at, updated_at), and optional fields such as document_id for e‑invoices linked to an invoice document. For purchase entries, org_id is included when present.
Error responses
401 Unauthorized
Authentication required or invalid token.
404 Not Found
Register entry not found.
500 Internal Server Error
An error occurred while processing the request.
