Skip to main content
GET
/
api
/
public
/
email-channel
/
dns-records
/
{id}
Get DNS records for a channel
curl --request GET \
  --url https://api.vambe.me/api/public/email-channel/dns-records/{id} \
  --header 'x-api-key: <x-api-key>'
[
  {
    "id": "<string>",
    "record_type": "cname",
    "host": "<string>",
    "data": "<string>",
    "valid": true,
    "purpose": "spf"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.vambe.me/llms.txt

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

Headers

x-api-key
string
required

API key needed to authorize the request

Path Parameters

id
string<uuid>
required

Response

id
string
required
record_type
enum<string>
required
Available options:
cname,
mx,
txt
host
string
required
data
string
required
valid
boolean
required
purpose
enum<string>
required
Available options:
spf,
dkim1,
dkim2,
inbound_mx