Sub User Blocklist
List sub-user blocklist
Get blocked domain patterns for a sub-user.
Authorization
bearerAuth AuthorizationBearer <token>
Access token obtained via POST /reseller/access-token using your Reseller Key
In: header
Path Parameters
subId*integer
Response Body
application/json
curl -X GET "https://api.soxway.io/reseller/sub-users/0/blocklist"{
"data": [
{
"id": 0,
"pattern": "string",
"comment": "string",
"created_at": "2019-08-24T14:15:22Z"
}
],
"total": 0
}