redirect-links
GET / PUT /supplier/v1/subsamples/{subsampleId}/redirect-linksReturns / updates the list of all redirect links (post-backs) in place for the subsample.
| field name | description | type | required | 
|---|---|---|---|
| browserCallbacks; complete, screenout,quotaFull, device, security, otherSniffOut, suspicious, lateScreenout | The browser redirects set for | ||
| serverCallbacks; complete, screenout,quotaFull, device, security, otherSniffOut, suspicious, lateScreenout | The server/secure redirects set for | 
redirect-links return example
{
  "browserCallbacks": {
    "complete": "",
    "screenout": "",
    "quotaFull": "",
    "device": "",
    "security": "",
    "otherSniffOut": "",
    "suspicious": "",
    "lateScreenout": null
  },
  "serverCallbacks": {
    "complete": "",
    "screenout": "",
    "quotaFull": "",
    "device": null,
    "security": null,
    "otherSniffOut": "",
    "suspicious": "",
    "lateScreenout": null
  }
}Updated 5 months ago
