Sync Data

Show

GET method to get status of sync data

Parameters

Name Description
account_id required Your account unique identifier to access API.
id required SyncData ID

Request

Route
GET 
/account/:account_id/sync_data/:id
Headers
Accept: application/json 
Authorization: Token token={account.secret}
Content-Type: application/json
Body

Response

Status
200
Body
{
  "_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"
}