Skip to main content
PUT
/
api
/
v1
/
dns
/
mx-record
Modify an MX record
curl --request PUT \
  --url https://dev.namify.host/api/v1/dns/mx-record \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

A personal access token. Obtain one from the dashboard under Settings > API Key. Include it in the Authorization header as Bearer <token>. Unauthenticated requests to protected routes return 401 Unauthorized.

Response

200

Coming soon.