The Id of the target
- Retrieve a target (experimental)
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
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 a target (experi...
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/{targetId}/segments/{segmentId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://api-cm.np6.com/targets/{targetId}/segments/{segmentId}' \
-H 'X-Key: string'- Production serverhttps://api-cm.np6.com/targets/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/targets/{id}' \
-H 'Content-Type: application/vnd.mperf.v8.model.v1+json' \
-H 'X-Key: string' \
-d '{}'Response
{ "id": "string", "hash": "string", "creationDate": "2019-08-24T14:15:22Z", "lastUpdateDate": "2019-08-24T14:15:22Z", "fields": {} }
- Production serverhttps://api-cm.np6.com/targets/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://api-cm.np6.com/targets/{id}' \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{}'Response
application/json
{ "id": "string", "hash": "string", "creationDate": "2019-08-24T14:15:22Z", "lastUpdateDate": "2019-08-24T14:15:22Z", "fields": {}, "bounce": [ { "field": 0, "type": "Validé", "timestamp": "2019-08-24T14:15:22Z", "reason": "string" } ], "redList": { "mail": { "timestamp": "2019-08-24T14:15:22Z", "reason": 0 }, "sms": { "timestamp": "2019-08-24T14:15:22Z", "reason": 0 } } }