This API can be used to get the delivery receipts for message using id returned in response when message was submitted..
Client application must have 'app.conversation.notificationmgr.interaction.manage' or 'app.conversation.notificationmgr.interaction.read' scope assigned.
OK
Bad Request
Unauthorized
Not Found
Internal server error
This example shows read type of delivery receipt.
{- "deliveryReceipt": [
- {
- "id": "12345",
- "created": "2020-09-16T12:33:35.942Z",
- "type": "read"
}
]
}