PATCH /api/demand/[demand_id]/callbacks
Requested param is an array of callbacks with the following properties
Attribute Name | Summary | Required | Possible Values |
|---|---|---|---|
| url | Callback URL | yes | url |
| eventId | Callback Event Id | yes |
|
| typeId | Callback Type Id | yes |
|
Updating Demand’s Callback List (eg. Ad Start, Ad Complete, Ad Click)
curl -X PATCH \-H 'accept: application/json'-H 'api-version: 1'-H 'content-type: application/x-www-form-urlencoded'-H 'authorization: Bearer ' |
Sample Response
{ "status": "OK", "data": "Callbacks updated"} |