For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Use this endpoint to find mailboxes and contacts before you assign recipients in an envelope flow. Search the current mailbox context by UUID, alias, mailbox name, or contact name.

Endpoint

Method

GET

Request URL

/api/v1/mailbox/search

Headers

Authorization *

Bearer {token}

Content-Type

application/json

mailboxUuid *

Current mailbox UUID

Request

q *

Search string

Use q to search by:

  • mailbox UUID

  • mailbox alias

  • mailbox name

  • contact name

Request example

GET /api/v1/mailbox/search?q=john.doe@example.com
Authorization: Bearer {token}
Content-Type: application/json
mailboxUuid: 837bc65e-4818-48f5-a933-2d00b24b6e12

Response example

This example shows the general response shape.

Use Swagger UI for the exact response schema.

Response status codes

Code
Description

200

Success

401

Not authorized

403

Forbidden

Last updated

Was this helpful?