v1
latestOpenAPI 3.0.02026-07-246335313.6 KBRecon APIs
Export Dashboard Source Records
This endpoint is used to download the ingested records of a Data Source
post/api/recon/v3/export-dashboard-records
Headers
X-Portone-Client-Keystring
Authorizationstring
The Authorization header is used to include the JWT for authenticating API requests; learn how to generate the token <a href="/docs/jwt-authentication" target="_blank">in this guide</a>
Request body
Example request
{
"from": "2021-12-31T18:30:00.000Z",
"to": "2024-04-09T18:29:59.743Z",
"data_source": "LAZADA_ORDER",
"record_type": "payment",
"status": "reconciled",
"brand_id": [],
"marketplace_id": [],
"mismatches": [
"no_mismatch",
"mismatch_quantity"
],
"msm_id": 27,
"environment": "sandbox"
}Response
OK