Skip to main content
GET
/
api
/
mail
/
mailbox
/
{id}
/
test
Tests connectivity to the mail server for the specified mailbox.
curl --request GET \
  --url https://{tenant}.ekso.app/api/mail/mailbox/{id}/test \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token. Obtain via the OAuth 2.0 token endpoint.

Path Parameters

id
string
required

The unique identifier of the mailbox to test.

Response

Mailbox connection test succeeded.