- Mailbox API – Authentication and Authorization
- Mailbox API – Schemas
- Mailbox API – Versioning
- Mailbox API – Account
- Mailbox API – Account Settings
- Mailbox API – Account Filters
- Mailbox API – Folders
- Mailbox API – Mails
- Mailbox API – Mails Create and Send
- Mailbox API – Mails Search
- Mailbox API – Mails Counters
- Mailbox API – BIMI
- Mailbox API – Conversations
- Mailbox API – Labels
- Mailbox API – Contacts
- Mailbox API – Batch Operations
- Mailbox API – Undo
- Mailbox API – Error Handling
The Mailbox API is available starting with Axigen X4 (10.4).
List
Query parameters
Name |
Type |
Required |
Values |
Description |
---|---|---|---|---|
|
|
The folder ID When missing, all contacts from all contact folders are returned. |
||
|
|
"name", “email” |
The sorting field Default value: last provided value or "name" if not yet set |
|
|
|
"ASC", "DESC" |
The sorting direction Default value: last provided value or "DESC" if not yet set |
|
|
|
The starting position Default value: 0 |
||
|
|
The maximum number of retrieved items Default value: the WebMailData pageSize |
||
|
|
|
|
When true, the endpoint should only return the syncToken without the list of contacts. Default value: false |
Response
Autocomplete
Query parameters
Name |
Type |
Required |
Values |
Description |
---|---|---|---|---|
|
|
* |
The search query string |
|
|
|
1-50 |
Number of results. Default value: 10. |
Response
Avatars
Returns avatar images for contacts that match query parameters.
It can be called with one of the following query parameters: contactEmailAddresses
(for avatar listing based on email addresses) or contactsIds
(for avatar listing based on contact IDs).
List
Request body (JSON)
Name |
Type |
Required |
Values |
Description |
---|---|---|---|---|
|
|
* |
Example: |
The contact email addresses. The avatar is retrieved from the first contact matching the query parameter (there may be multiple contacts with that email address). Matching is done by searching the provided contact email address as case insensitive substring in the main email address of the contacts (there is no match against “home”, “work”, or other secondary email address types). |
|
|
* |
Example: |
The contact IDs. See the |
One of contactEmailAddresses
or contactIds
is required.
Response