curl --request GET \
--url https://api.getfernand.com/organization/channels/{email}/verify \
--header 'X-API-Key: <api-key>'{
"id": 12345,
"name": "Support",
"email": "support@piedpiper.com",
"destination": "support@piedpiper.fernand-mails.com",
"is_valid": true,
"domain": {
"name": "piedpiper.com",
"dns": [
{
"type": "CNAME",
"key": "fernand20220202._domainkey",
"value": "fernand20220202._domainkey.piedpiper.com.",
"is_valid": true,
"method": "dns",
"verified": 1642896000000
}
],
"is_valid": true,
"is_pending": false
}
}curl --request GET \
--url https://api.getfernand.com/organization/channels/{email}/verify \
--header 'X-API-Key: <api-key>'{
"id": 12345,
"name": "Support",
"email": "support@piedpiper.com",
"destination": "support@piedpiper.fernand-mails.com",
"is_valid": true,
"domain": {
"name": "piedpiper.com",
"dns": [
{
"type": "CNAME",
"key": "fernand20220202._domainkey",
"value": "fernand20220202._domainkey.piedpiper.com.",
"is_valid": true,
"method": "dns",
"verified": 1642896000000
}
],
"is_valid": true,
"is_pending": false
}
}Checks the DNS configuration for the channel’s domain by querying DNS records and validating against our DNS requirements. Returns the channel details along with current DNS verification status including DKIM, Return-Path, and custom CNAME records. This endpoint is limited to 5 queries per minutes to avoid unecessary abuses.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Email address of the channel to verify.
Channel verification details retrieved successfully.
Unique identifier for the channel
12345
Display name for the channel. Defaults to the local part of the email (before @) if not set.
250"Support"
Email address for this channel
250"support@piedpiper.com"
The actual email inbox used by Fernand to receive emails. This is where you point your email redirection to.
"support@piedpiper.fernand-mails.com"
Whether the channel's domain has been validated and is ready to send/receive emails
true
Domain verification status and DNS records.
Show child attributes
Was this page helpful?