Validation endpoints

  • Main Url : https://api.clearad.io/v1/advertiser/validate/

Getting Validation

  • url: - Main Url + {txId}
  • method: - GET
  • response_code: -

    200  - JSON_Object
    400  - Invalid txId value
    401  - Unauthorized
    
  • response_example:-

    {
    "txId": "txId",
    "impression": {
    "advertiser": {
    "description": "description",
    "id": "id"
    },
    "date": "2000-01-23T00:00:00.000Z",
    "data": {},
    "id": "id"
    },
    "id": "id"
    }