Start and End dates optional
- get the targets in redlist sms
Retrieve bounced targets
Retrieve notifications routed by target (experimental)
Retrieve all segments associated with a target
Add a target to a segment
Remove a target from a segment
Retrieve a target (experimental)
Update a target
Delete a target
Retrieve a target (experimental)
Update a target
Create a target
Delete Targets by bulk
Retrieve the total number of targets
Put the target in redlist's mail
Put the target in redlist's sms
get the targets in redlist mail
Update a bounce of the target
Delete a bounce of a target
Resolve a list of target identities into a Footprint representation
get the targets in redlis...
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/targets/{id}/bounces/{fieldId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api-cm.np6.com/targets/{id}/bounces/{fieldId}' \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{
"type": "hardDomain",
"fieldId": 0,
"detail": {
"message": "string"
},
"timestamp": "2019-08-24T14:15:22Z"
}'