Skip to main content

Sync Deleted Customers

Sync deleted customers from a specified time to the present

HTTP Request

GET api/v3/accounts/deleted_ids

Query Parameters

last_sync The last sync time in unix time format. If not provided, it will get all deleted customers.

Response

[
{
"account_id": "1",
"account_code": "KH166511"
},
{
"account_id": "2",
"account_code": "KH166502"
}
]