Group
Last modified:2026-04-03 12:54:09
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
application/json
DNI JavaScript snippet code for website integration
curl --location --request GET 'https://apicfa.convirza.com/v2/group/dnisnippet?id' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"snippet": [
"string"
]
}
Modified at 2026-04-03 12:54:09