Retrieves DNI classes with associated call flow assignments. Returns DNI class configurations showing which call flows use each class for number pool management and visitor tracking segmentation.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Query Params
Responses
🟢200
application/json
DNI classes with associated call flow information
Headers
Body
🟠400
🟠401
🟠403
🟠404
🔴500
⚪default
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://apicfa.convirza.com/v2/callflow/dniclass?id&limit&offset' \
--header'Authorization: Bearer <token>'