This document contains details for the /api/v1/mailbox/{uuid} endpoint, including filter parameters, request examples, response examples, and status codes.
Method
GET
URL
/api/v1/mailbox/{uuid}
Authorization
Bearer {token}
content-type
application/json
mailboxUuid
{uuid}
q
query parameter
archived
boolean (default false)
expireDatePeriod
‘expirationDate’ period
label
{uuid},{uuid}
limit
integer (default 25)
offset
integer (number of envelopes to skip, default 0)
receiveDatePeriod
‘receiveDate’ period
scope
inbox,outbox
sender
{uuid}
sort
asc/desc
status
DRAFT,WAITING,COMPLETED,EXPIRED,CANCELLED
subject
string
template
{uuid},{uuid}
In response you will get short information about envelopes from this mailbox which match to filter criteria. For more information on this request was used filter by template.