Get Batch Status
This API resource checks the status of a batch of privacy settings changes. The call returns the status of each change made to the profiles.
GET https://app.igodigital.com/api/v2/organization/{customer_mid}/privacy/{batch_id}
Name | Type | Description |
---|---|---|
customer_mid | string | ID for the account. |
batch_id | string | ID generated when creating a batch of privacy setting changes. |
Status values for a change can be initiated
, success
, failed
or cancelled
.