mono-logo

Manual Data Sync

Last updated May 19th, 2022

Learn more

post api.withmono.com/accounts/{id}/sync
v1.0

Check here for a detailed guide explainer on Data Sync as a whole.

Kindly Note

Kindly Note

Manual Data Sync has a rate limit of one API call per connected account every two minutes.

If Manual Data Sync returns INCOMPLETE_STATEMENT_ERROR, you can set the query param:allow_incomplete_statement to true, to return the latest data which is less than the recorded transactions of the user when they initially linked their account, or when Data sync was last initiated.

Path Params
Query Params
Headers

Request

1234
curl --request POST \
     --url 'https://api.withmono.com/accounts/string/sync?allow_incomplete_statement=false' \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?