curl --request GET \
--url https://api.getfernand.com/knowledge/verify \
--header 'X-API-Key: <api-key>'{
"status": "verified",
"verification": {
"type": "CNAME",
"name": "help.piedpiper.com",
"value": "help.getfernand.com."
}
}curl --request GET \
--url https://api.getfernand.com/knowledge/verify \
--header 'X-API-Key: <api-key>'{
"status": "verified",
"verification": {
"type": "CNAME",
"name": "help.piedpiper.com",
"value": "help.getfernand.com."
}
}Checks if the custom domain’s DNS records are properly configured to point to the knowledge base hosting infrastructure. Returns the current verification status and the required DNS configuration records. If verification succeeds, the custom domain is marked as valid and can be used to access the knowledge base. This endpoint is rate-limited to 5 requests per minute to prevent abuse.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.
Was this page helpful?