id of the target
- Retrieve all segments associated with a target
Retrieve bounced targets
Retrieve notifications routed by target (experimental)
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
get the targets in redlist sms
Update a bounce of the target
Delete a bounce of a target
Resolve a list of target identities into a Footprint representation
Retrieve all segments ass...
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
Query
Defines a start date filter
Specify this parameter to retrieve only events with a timestamp greater than or equal to the specified value
You can use an ISO format date or a timestamp
Defines an end date filter
Specify this parameter to retrieve only events with a timestamp less than the specified value
You can use an ISO format date or a timestamp
- Production serverhttps://api-cm.np6.com/targets/{id}/notifications
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/targets/{id}/notifications?start=2019-08-24T14%3A15%3A22Z&end=2019-08-24T14%3A15%3A22Z&sort=asc' \
-H 'X-Key: string'Response
application/json
[ { "notification_key": 0, "target": "string", "libelle": "string", "dismiss": "2019-08-24T14:15:22Z", "activation": "2019-08-24T14:15:22Z", "redirection": "2019-08-24T14:15:22Z", "impression": "2019-08-24T14:15:22Z" } ]
- Production serverhttps://api-cm.np6.com/targets/{id}/segments
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/targets/{id}/segments' \
-H 'X-Key: string'Response
application/json
[ 0 ]
- Production serverhttps://api-cm.np6.com/targets/{targetId}/segments/{segmentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://api-cm.np6.com/targets/{targetId}/segments/{segmentId}' \
-H 'X-Key: string'