cURL
curl --request GET \ --url https://app.botmailroom.com/api/v1/domain/{domain_id}/verify \ --header 'Authorization: Bearer <token>'
{ "status": "SUCCESS" }
Verify ownership of a domain
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object