v1
latestOpenAPI 3.0.02026-07-246335313.6 KBRecon APIs
Get Dashboard Summary
This endpoint is used to fetch the reconciliation output summary for a pair of data sources.
post/api/recon/v3/summary
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>
Content-Typestring
Request body
Example request
{
"from": "2022-05-15T18:30:00.000Z",
"to": "2025-03-25T18:29:59.456Z",
"data_source_a": "LAZADA_ORDER",
"data_source_b": "LAZADA_SETTLEMENT",
"record_type": "payment",
"brand_id": [
"Brand_id_1",
"Brand_id_2"
],
"marketplace_id": [
"mp_id_1",
"mp_id_2"
],
"country": [
"IN",
"SG"
],
"currency": [
"INR",
"USD"
],
"environment": "sandbox"
}Response
OK