Get Message delivery receipts

Overview

This API can be used to get the delivery receipts for message using id returned in response when message was submitted..

Scope

Client application must have 'app.conversation.notificationmgr.interaction.manage' or 'app.conversation.notificationmgr.interaction.read' scope assigned.

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

Example: 7b6c5fff-036e-4a40-b68a-a67c592fc079
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal server error

get/messages/{id}/deliveryreceipts
Request samples
Response samples
application/json

This example shows read type of delivery receipt.

{
  • "deliveryReceipt": [
    ]
}