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/tokenendpoint. - Include the Bearer token in the
Authorizationheader of your request.
Endpoint
- Base URL examples:
https://public-api.mx.clara.comhttps://public-api.br.clara.comhttps://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
{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):
