Skip to main content
This service is available in v3 only.

Authentication Requirements

To access this endpoint, ensure the following:
  • Use mutual TLS (MTLS) for secure two-way certificate validation.
  • Obtain an OAuth2 access token via the /oauth/token endpoint.
  • Include the Bearer token in the Authorization header of your request.

Endpoint

  • Base URL examples:
    • https://public-api.mx.clara.com
    • https://public-api.br.clara.com
    • https://public-api.co.clara.com

Path Parameter


Query Parameters (Optional)


Response

Returns a paginated list of extracted documents associated with the transaction. Each document includes metadata and content such as:

Example Document Object


Validation Status Details


Successful Response


Error Responses


Example cURL Request

Replace {uuid}, {your_access_token}, {client_cert_path}, and {client_key_path} with actual values.

Summary

This endpoint enables retrieval of structured, validated financial documents (invoices, receipts, etc.) tied to a transaction. It supports robust filtering and pagination, and enforces secure access through MTLS and OAuth2.

Endpoint Reference

GET /api/v3/transactions/{uuid}/extracted-documents

Find extracted documents for a Transaction by uuid Parameters: Response Schema (ExtractedDocumentPage): sort object (SortObject): pageable object (PageableObject):