hash of the target
- Update a target
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)
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
Update a target
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
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/targets?hash=string&unicity=string' \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '[
"string"
]'Response
application/vnd.np6.experimental+json
{ "id": "string", "hash": "string", "creationDate": "2019-08-24T14:15:22Z", "lastUpdateDate": "2019-08-24T14:15:22Z", "fields": {} }
- Production serverhttps://api-cm.np6.com/targets
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://api-cm.np6.com/targets \
-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 } } }
- Production serverhttps://api-cm.np6.com/targets
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://api-cm.np6.com/targets \
-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 } } }