curl --location --request GET 'https://api.mediago.io/manage/v1/campaign/domain/block/list?account_id=617' \ --header 'Authorization: Bearer your_access_token_here'
{ "code": 0, "data": { "detail": [ { "domainName": "solitaired.com", "siteId": "62015057", "accountId": "617", "campaignId": "0", "operationTime": "2024-10-30 20:42:53", "blockOnAccount": false }, { "domainName": "msn.com", "siteId": "61418979", "accountId": "617", "campaignId": "0", "operationTime": "2024-10-30 20:42:53", "blockOnAccount": true } ], "currentPage": 1, "total": 1428 }, "message": "Success" }