Create a unique security token that links your IP address to your account. This token is necessary to send emails via our mail relay service and ensures that only authorized mailings are permitted. You will also receive a DNS record that you need to add to verify your IP address.
Accept Example Content-Type Example ip string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/mailrelay/token curl -X POST "https://cloud.hostup.se/api/mailrelay/token" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"ip": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"token": "string",
"ip": "string",
"dnsRecord": "string"
}
} {
"ip": "string"
}