The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /message/outbox

Retrieves the current authenticated user's outbox.
By default, the most recent messages are returned first. To flip the ordering, set the "descending" parameter to "false". To change the way the messages are ordered, set the "orderBy" parameter to either "SEND_DATE" or "SUBJECT".

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/message/outbox

Parameters
orderBy

optional

descending

optional

limit

optional

offset

optional

Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<MessageToUser>
(application/json)