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

Request

Path
idstringrequired

Target Id

fieldIdinteger(int32)required

Field Id

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/targets/{id}/bounces/{fieldId}' \
  -H 'X-Key: string'

Responses

No Content

Resolve a list of target identities into a Footprint representationDeprecated

Request

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.

Bodyapplication/json

List of (hashs, ids or uncities). Maximum of 50 elements.

Array [
typestring
Discriminator
valuestring

Id of the target

]
curl -i -X POST \
  https://api-cm.np6.com/targets/resolve \
  -H 'Content-Type: application/json' \
  -H 'X-Key: string' \
  -d '[
    {
      "type": "string"
    }
  ]'

Responses

A list of resolved targets or null elemeents where the target is not resolved

Bodyapplication/vnd.np6.experimental+jsonArray [
typestring
Discriminator
valuestring

Id of the target

]
Response
application/vnd.np6.experimental+json
[ { "type": "string" } ]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations