A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs.
- Retrieve the mandatory topic option
Retrieve the specified topic
Retrieve all topics
Set the mandatory topic option
Retrieve all rules
Retrieve the specified rule
Retrieve the mandatory to...
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/marketing/pressure/topics
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api-cm.np6.com/marketing/pressure/topics \
-H 'X-Key: string'Response
application/json
[ { "id": "aae42f42-3759-4e80-94c5-e47daab1487b", "label": "Black friday", "description": "Black friday", "stamp": { "creation": "2026-02-05T09:27:59.755Z", "modification": "2026-02-05T09:27:59.755Z" }, "createdBy": "Connected user", "modifiedBy": "Connected user" }, { "id": "aae42f42-3759-4e80-94c5-e47daab1487c", "label": "Singles Day", "description": "Singles Day", "stamp": { "creation": "2026-02-05T09:27:59.755Z", "modification": "2026-02-05T09:27:59.755Z" }, "createdBy": "Connected user", "modifiedBy": "Connected user" } ]
- Production serverhttps://api-cm.np6.com/settings/marketing/pressure/topic
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api-cm.np6.com/settings/marketing/pressure/topic \
-H 'X-Key: string'Response
application/json
true
- Production serverhttps://api-cm.np6.com/settings/marketing/pressure/topic
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://api-cm.np6.com/settings/marketing/pressure/topic \
-H 'Content-Type: application/json' \
-H 'X-Key: string' \
-d '{}'Response
application/json
true