cURL
curl --request PUT \ --url https://app.mailrify.com/api/v1/domains/{id}/verify \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Verify domain
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1