Id of the specified action
- Retrieve the archive of the activation with that stamp
Retrieve all archives of the account
Retrieve all archives of the action
Retrieve all archives of the action sent to that target
Retrieve all archives of actions sent to that target
Retrieve the archive of t...
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/actions/{id}/targets/{target}/archives
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'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"
}
]- Production serverhttps://api-cm.np6.com/actions/stamp/{id}/archives
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api-cm.np6.com/actions/stamp/{id}/archives' \
-H 'X-Key: string'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"
}
]- Production serverhttps://api-cm.np6.com/targets/{id}/archives
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'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"
}
]