Blacklist Number Management
APIs for managing Number in Blacklist. This API only work with user who has permission to manage blacklist number.
List Number In Blacklist
GET
https://{yoursubdomain}.oncaller.asia/api/v1/blacklist-number
This endpoint allows you to get blacklist numbers
Query Parameters
page
number
Page
limit
number
Number of limit item per page. M
Headers
Authentication
string
Bearer + {token}
Add new Number to Blacklist
POST
https://{yoursubdomain}.oncaller.asia/api/v1/blacklist-number
Add new number to Blacklist
Headers
Authentication
string
Bearer + {Token}
Request Body
number
string
Number to add to blacklist, start with 0 or '+'. Ex: 0904893123, +84904893123
ivr_blocked
boolean
Block go to IVR or not
queue_blocked
boolean
Block go to Queue or not
Update number in Blacklist
PUT
https://{yoursubdomain}.oncaller.asia/api/v1/blacklist-number/{number}
Headers
Authentication
string
Bearer + {token}
Request Body
number
string
Number must be start with 0 or '+'
ivr_blocked
boolean
Block go to IVR or not
queue_blocked
boolean
Block go to Queue or not
Delete Number in Blacklist
DELETE
https://{yoursubdomain}.oncaller.asia/api/v1/blacklist-number/{number}
Remove number in blacklist
Headers
Authentication
string
Bearer + {token}
Last updated
Was this helpful?