Detail
Lấy thông tin theo id hoặc số điện thoại.
curl -L -X GET 'https://{{base_url}}/v1/blacklist/0899990988' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer {{token}}'
Response trả về:
{
"id": "aaaaaaaa-1111-2222-3333-eeeeeeee",
"phone_number": "0899990988",
"description": "spam"
}
HTTP Request
GET https://{{base_url}}/v1/blacklist/{{id}}
Query Parameters
Parameter | Description |
---|---|
id | Id của blacklist hoặc số điện thoại |