Retrieves a Delivery Notification List (DNL).
Access to this method is authorized by the DNL (Delivery Notification List) operation.
If successful, this method returns an HTTP 200 response with mail items grouped by delivery agent. If delivery agent is null, the structure is repeated for each agent listed.
Success
Bad Request
Unauthorized
Internal Server Error
{- "DNLs": [
- {
- "DeliveryAgentCode": "SMITH(JOHN SMITH)",
- "Mailitems": [
- {
- "Identifier": "RR26042001XGR",
- "LocalIdentifier": "RR26042001XGR_LOCAL",
- "MailItemDeliveryInformation": [
- {
- "COD": null,
- "DeliveryAddress": [
- null
]
}
]
}
]
}
]
}