Skip to main content
PUT
/
v1
/
domains
/
{id}
/
verify
cURL
curl --request PUT \
  --url https://app.mailrify.com/api/v1/domains/{id}/verify \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
number | null
required
Example:

1

Response

Verify domain

message
string
required