List Of Blacklist
Danh sách các số chặn.
curl -L -X GET 'https://{{base_url}}/v1/blacklist' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{token}}'
Response trả về:
{
"data": [
{
"id": "aaaaaaaa-1111-2222-3333-eeeeeeee",
"phone_number": "0899990988",
"description": "spam"
},
{
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeee",
"phone_number": "0899990989",
"description": "dnc"
}
],
"limit": 10,
"offset": 0,
"total": 2
}
HTTP Request
GET https://{{base_url}}/v1/blaclist
Query Parameters
Parameter | Description | Example |
---|---|---|
limit | Số lượng record trả về | 50 |
offset | Vị trí bắt đầu khi query | 0 |