Pular para o conteúdo principal
GET
/
v1
/
reports
/
contexts
/
{contextId}
/
unmatched
/
export
Export unmatched transactions report
curl --request GET \
  --url https://matcher.sandbox.lerian.net/v1/reports/contexts/{contextId}/unmatched/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Autorizações

Authorization
string
header
obrigatório

Bearer token authentication (format: "Bearer {token}")

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de caminho

contextId
string
obrigatório

The unique identifier of the reconciliation context.

Parâmetros de consulta

date_from
string
obrigatório

Start date (YYYY-MM-DD)

date_to
string
obrigatório

End date (YYYY-MM-DD)

source_id
string

Source ID filter

format
string
padrão:csv

Export format (csv or pdf)

Resposta

Indicates that the request was successful and the response contains the expected data.

The response is of type file.