List Message Receipts

Fetches receipts details from a specific message.

Fetch receipts details from a specific message.

get
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
get
/v1/admin/messages/{messageId}/receipts

🚧 Required roles

Calling 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?