Confirmation of a publisher’s ad space¶
Parameters¶
HTTP method |
Access rights |
URL | Note |
---|---|---|---|
POST | manage_websites | https://api.admitad.com/websites/v2/verify/{id}/ | Returns the result of the operation, where id is the ad space ID.* |
* Returns the result in the JSON format.
Example of use¶
Example of a request with utility ``curl``:
curl -L -H 'Authorization: Bearer access_token' -X POST https://api.admitad.com/websites/v2/verify/8/
Example of the response from the API server in the JSON format:
{
"message": "Ad space validated successfully.",
"success": "Accepted"
}