The segment's id
- Normalize the telephone field of targets in a segment
Delete a segment
Retrieve all segments
Create a segment
Retrieve a segment
Update a segment
Retrieve a segment's targets
Add targets to a static segment
Remove all targets from a segment
Normalize the telephone f...
NP6 API Reference (8.1.0)
This documentation provides comprehensive access to the full range of functionalities offered by the NP6 platform through a standardized RESTful interface.
If you have any questions or need assistance, please contact our support team at https://support.chapsvision.com.
Languages
Servers
Production server
https://api-cm.np6.com
- Production serverhttps://api-cm.np6.com/segments/{id}/targets
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api-cm.np6.com/segments/{id}/targets' \
-H 'X-Key: string'- Production serverhttps://api-cm.np6.com/segments/{id}/normalization
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/segments/{id}/normalization' \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{
"fields": {
"34": [
"FRA",
"ESP",
"ITA"
]
}
}'