Blacklist
Last modified:2026-04-03 12:54:09
Retrieves phone numbers blacklisted within the user's organizational hierarchy. Returns blacklisted numbers from the current group and all child groups. Supports pagination and filtering by phone number patterns.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
application/json
Blacklisted phone numbers with metadata
curl --location --request GET 'https://apicfa.convirza.com/v2/blacklistednumber?limit&offset&filter' \
--header 'Authorization: Bearer <token>'
Response Response Example
[
{
"ou_id": 0,
"number": [
0
]
}
]
Modified at 2026-04-03 12:54:09