Skip to content

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
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Delete the specified notifiable application

Request

Path
uuidstring(uuid)required

The notifiable application's id to delete

Query
safeboolean

A "safe" mode used to check existing relationships of this notifiable application

Headers
X-Keystringrequired

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.

curl -i -X DELETE \
  'https://api-cm.np6.com/parameters/applications/{uuid}?safe=true' \
  -H 'X-Key: string'

Responses

No Content

Activate the specified notifiable application

Request

Path
uuidstring(uuid)required

The notifiable application's id to activate

Headers
X-Keystringrequired

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.

curl -i -X POST \
  'https://api-cm.np6.com/parameters/applications/{uuid}/activation' \
  -H 'X-Key: string'

Responses

No Content

Deactivate the specified notifiable application

Request

Path
uuidstring(uuid)required

The notifiable application's id to activate

Query
safeboolean

A "safe" mode used to check existing relationships of this notifiable application

Headers
X-Keystringrequired

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.

curl -i -X DELETE \
  'https://api-cm.np6.com/parameters/applications/{uuid}/activation?safe=true' \
  -H 'X-Key: string'

Responses

No Content

Operations
Operations