Mailboxes
Verify forward
Sends a test email to the mailbox address so the forwarding rule set up on your own domain can be proven to reach Deskhero. Only accepted for a mailbox on your own domain that is still in require-forward state, and the acknowledgement only says the message was sent, not that the forward worked.
POST
/api/{tenant:minlength(2)}/v{version:apiVersion}/mailboxes/verify_forward
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_id | Body |
Request body example
Response
Response body example
DTO_id
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37