- Mailbox
- Get All Mailboxes
Mailbox
Get All Mailboxes
Retrieve all Mailboxes
GET
/engagement/mailboxes
vessel-api-token*
curl --request GET \
--url https://api.vessel.land/engagement/mailboxes \
--header 'vessel-api-token: AUTH_VALUE'
curl --request GET \
--url https://api.vessel.land/engagement/mailboxes \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: '
Parameters
accessTokenRequired
string
The token for the customer's account. This was generated when they connected their account.
cursor
string
The cursor to use for pagination
limit
number
The number of records to return per page.
allFields
boolean
Returns all fields including non-unifiable and custom fields under the "additional" property in the response
Response
mailboxes
array
nextPageCursor
string
curl --request GET \
--url https://api.vessel.land/engagement/mailboxes \
--header 'Content-Type: application/json' \
--header 'vessel-api-token: '