Skip to main content
POST
/
comms
/
v1
/
api
/
comms
/
domain
/
verify
Ask SendGrid to validate the DNS records.
curl --request POST \
  --url https://api.qflowhub.io/comms/v1/api/comms/domain/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Ocp-Apim-Subscription-Key: <api-key>'
{
  "verified": true,
  "enabled": true,
  "reasons": [
    {
      "name": "<string>",
      "valid": true,
      "reason": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.qflowhub.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token issued by https://identity.qflowhub.io/core. Include as Authorization: Bearer <token>. See the Authentication guide for the token flow.

Ocp-Apim-Subscription-Key
string
header
required

Your APIM subscription key. Sent in the welcome email when your account is enabled. Required on every request alongside the bearer token.

Response

OK

Response from POST /api/comms/domain/verify. When Verified is false, Reasons describes which records failed.

verified
boolean
enabled
boolean
reasons
object[]