Group
Last modified:2026-05-06 15:52:03
Retrieves the DNI JavaScript snippet code for a specific group. Returns the snippet that should be embedded in websites to enable Dynamic Number Insertion for visitor-level call tracking.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Responses
DNI JavaScript snippet code for website integration
curl --location 'https://apicfa.convirza.com/v2/group/dnisnippet?id=undefined' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"snippet": [
"string"
]
}
Modified at 2026-05-06 15:52:03