cURL
curl --request POST \ --url https://api.sandbox.monite.com/v1/mailbox_domains/{domain_id}/verify \ --header 'Authorization: Bearer <token>' \ --header 'x-monite-version: <x-monite-version>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "domain": "<string>", "status": "<string>" }
Verify domain for the partner_id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Entry UUID
The domain name.