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

Retrieve all archives of the action sent to that target

Request

Path
idstringrequired

Id of the specified action

targetstringrequired

Id of the specified target

Query
startDatestring or null(date-time)
endDatestring or null(date-time)
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 GET \
  'https://api-cm.np6.com/actions/{id}/targets/{target}/archives?startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z' \
  -H 'X-Key: string'

Responses

A list of all the archives of the action and target

Bodyapplication/vnd.np6.cm.mail.archiveArray [
idstring

The id of the archive

actionstring

The id of the action that generated this archive

targetstring

The id of the target that received this mail

sendingDatestring(date-time)

The date at which the target received the mail

urlstring

The url at which you can retrieve the archive

expiresOnstring(date-time)

The date at which the url will expire

]
Response
application/vnd.np6.cm.mail.archive
[
  {
    "id": "43fb9527-e5b2-4bcd-8dfd-b5a8bc881e11",
    "action": "00000A",
    "target": "000T123",
    "sendingDate": "2026-02-05T09:27:58.67Z",
    "url": "https://mcom032.blob.core.windows.net/mcom032/4f54ed5e-f0f3-4a3a-9ce9-23b499e7e844.eml?sv=2020-02-10&st=2024-04-03T15%3A12%3A02Z&se=2024-05-05T15%3A12%3A02Z&sr=b&sp=r&sig=hnGaHP7EM8sml4WJtidaYKSr4SsRNQ8gDRtrazRFrRE%3D",
    "expiresOn": "2026-03-09T09:27:58.67Z"
  },
  {
    "id": "f286cfae-7dfb-4d7d-bdf3-4e3f1ce18456",
    "action": "00000A",
    "target": "000T123",
    "sendingDate": "2026-02-03T09:27:58.67Z",
    "url": "https://mcom032.blob.core.windows.net/mcom032/4f54ed5e-f0f3-4a3a-9ce9-23b499e7e844.eml?sv=2020-02-10&st=2024-04-03T15%3A12%3A02Z&se=2024-05-05T15%3A12%3A02Z&sr=b&sp=r&sig=hnGaHP7EM8sml4WJtidaYKSr4SsRNQ8gDRtrazRFrRE%3D",
    "expiresOn": "2026-03-07T09:27:58.67Z"
  }
]

Retrieve the archive of the activation with that stamp

Request

Path
idstringrequired

the specified stamp

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 GET \
  'https://api-cm.np6.com/actions/stamp/{id}/archives' \
  -H 'X-Key: string'

Responses

The archive of the activation with that stamp

Bodyapplication/vnd.np6.cm.mail.archiveArray [
idstring

The id of the archive

actionstring

The id of the action that generated this archive

targetstring

The id of the target that received this mail

sendingDatestring(date-time)

The date at which the target received the mail

urlstring

The url at which you can retrieve the archive

expiresOnstring(date-time)

The date at which the url will expire

]
Response
application/vnd.np6.cm.mail.archive
[
  {
    "id": "22256175-8483-4405-9858-53befa7496ef",
    "action": "00000A",
    "target": "000T123",
    "sendingDate": "2026-02-05T09:27:58.673Z",
    "url": "https://mcom032.blob.core.windows.net/mcom032/4f54ed5e-f0f3-4a3a-9ce9-23b499e7e844.eml?sv=2020-02-10&st=2024-04-03T15%3A12%3A02Z&se=2024-05-05T15%3A12%3A02Z&sr=b&sp=r&sig=hnGaHP7EM8sml4WJtidaYKSr4SsRNQ8gDRtrazRFrRE%3D",
    "expiresOn": "2026-03-09T09:27:58.673Z"
  }
]

Retrieve all archives of actions sent to that target

Request

Path
idstringrequired
Query
startDatestring or null(date-time)
endDatestring or null(date-time)
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 GET \
  'https://api-cm.np6.com/targets/{id}/archives?startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z' \
  -H 'X-Key: string'

Responses

A list of all archives of actions sent to that target

Bodyapplication/vnd.np6.cm.mail.archiveArray [
idstring

The id of the archive

actionstring

The id of the action that generated this archive

targetstring

The id of the target that received this mail

sendingDatestring(date-time)

The date at which the target received the mail

urlstring

The url at which you can retrieve the archive

expiresOnstring(date-time)

The date at which the url will expire

]
Response
application/vnd.np6.cm.mail.archive
[
  {
    "id": "3c39aa17-5fcc-4a43-8c12-4085e68f7162",
    "action": "00000A",
    "target": "000T123",
    "sendingDate": "2026-02-05T09:27:59.865Z",
    "url": "https://mcom032.blob.core.windows.net/mcom032/4f54ed5e-f0f3-4a3a-9ce9-23b499e7e844.eml?sv=2020-02-10&st=2024-04-03T15%3A12%3A02Z&se=2024-05-05T15%3A12%3A02Z&sr=b&sp=r&sig=hnGaHP7EM8sml4WJtidaYKSr4SsRNQ8gDRtrazRFrRE%3D",
    "expiresOn": "2026-03-09T09:27:59.865Z"
  },
  {
    "id": "eace52ff-6151-45af-8c30-0409f94d3a43",
    "action": "00000B",
    "target": "000T123",
    "sendingDate": "2026-02-05T09:27:59.865Z",
    "url": "https://mcom032.blob.core.windows.net/mcom032/4f54ed5e-f0f3-4a3a-9ce9-23b499e7e844.eml?sv=2020-02-10&st=2024-04-03T15%3A12%3A02Z&se=2024-05-05T15%3A12%3A02Z&sr=b&sp=r&sig=hnGaHP7EM8sml4WJtidaYKSr4SsRNQ8gDRtrazRFrRE%3D",
    "expiresOn": "2026-03-09T09:27:59.865Z"
  }
]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations