Transaction endpoints
Main Url : https://api.clearad.io/v1/transaction/
Getting Transaction by txId
url:
- Main Url +{txId}
method:
-GET
-
response_code:
-200 - JSON_Object 400 - Invalid txId value 401 - Unauthorized
-
response_example:
-{ "publisherId": "string", "dayliImpressions": [ { "advertiser": { "description": "description", "id": "id" }, "date": "2000-01-23T00:00:00.000Z", "data": {}, "id": "id" } ], "date": "2021-11-16", "txId": "string", "from": "string", "status": true }