GET method to get status of sync data
Name | Description |
---|---|
account_id required | Your account unique identifier to access API. |
id required | SyncData ID |
GET
/account/:account_id/sync_data/:id
Accept: application/json
Authorization: Token token={account.secret}
Content-Type: application/json
200
{
"_id": "xxxxxxxxxxxxxxxxxxxxxxxx",
"number_of_contacts": 1,
"number_of_purchase": 1,
"validate_emails": true,
"contacts_extra_fields": [
"name_first"
],
"purchase_extra_fields": [
"price"
],
"webhook_url": "https://xxxxxx.xxx",
"status": "queued"
}