Bulk Sync Error Handling

Get Bulk Sync Error Handling

Returns the error handling settings for a bulk sync.

get/api/bulk/syncs/{id}/error-handling

Path parameters

idstring uuid required

Unique identifier of the bulk sync.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the bulk sync.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": {
    "subscribers": [
      "alerts@example.com"
    ]
  }
}

Changes