List Message Receipts
Fetches receipts details from a specific message.
Path parameters
messageIdstringRequired
The message ID
Query parameters
beforestringOptional
Returns results from an opaque “before” cursor value as presented via a response cursor.
afterstringOptional
Returns results from an opaque “after” cursor value as presented via a response cursor.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
OK
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
404
Not Found: Message receipt details cannot be found.
application/json
500
Server error, see response body for further details.
application/json
get
/v1/admin/messages/{messageId}/receipts
🚧 Required rolesCalling this endpoint requires the Content Management role with the VIEW_MANAGE_MESSAGES entitlement. See Bot Permissions for a list of roles and associated privileges.
Last updated
Was this helpful?