Test an External demand


                https://api.ocamba.com/v2/adex/external-demand/{id}/test
            

Tests External demand


Name
Description
idstringrequired
external demand id.


Example: 116

200 - OK
Arrow
Name
Description
adsarray


wpobject


204 - No Content
Arrow

404 - Not Found
Arrow
tip
1 If you don't know the external demand id, list the external demands to find it.
200 Arrow
{
  "wp": {
      "ads": [
          {
            "title": "Why stretching is so important — especially as we age",
            "url": "https://xml.example.co/click?i=exSamxMple_0"
          }
      ]
  }
}
{}