Search mailbox
This document contains details for the GET /api/v1/mailbox/search endpoint, including headers, the q query parameter, request and response examples, and status codes.
Last updated
Was this helpful?
Was this helpful?
{
"data": [
{
"uuid": "9baec31c-e940-4894-b6d1-52033e1af66e",
"alias": "john-doe",
"name": "John Doe",
"email": "john.doe@example.com"
},
{
"uuid": "42c95245-30c1-46ef-bd5b-a9a111deec10",
"alias": "legal-team",
"name": "Legal Team",
"email": "legal@example.com"
}
],
"numberOfElements": 2,
"sizeRequested": 2,
"totalElements": 2
}