Request
Response
HTTP 200 with full operation fields (operationId, parties, amount, dates, …).
HTTP 404:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Full CPF operation detail by operationId.
GET /api/integration-services/ar_gueno_cpf_service/operations/:operationId
operationId, parties, amount, dates, …).
HTTP 404:
{
"success": false,
"error": {
"code": "OPERATION_NOT_FOUND",
"message": "CPF operation not found: …"
}
}
Was this page helpful?