Logo
22ndjan API Documentation

Sender Policy Framework (SPF records)

GET {{dns_service}}/{{domain}}/spf

An SPF record is a Sender Policy Framework record and is used to indicate to mail exchanges which hosts are authorized to send mail for a domain.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "question": [ { "name": "getpostman.com.", "type": "SPF", "class": "IN" } ], "answer": null, "authority": [ { "name": "getpostman.com.", "type": "SOA", "class": "IN", "ttl": 899, "rdlength": 69, "rdata": "ns-833.awsdns-40.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400" } ] }



Curl
curl -X GET 'dns_service/domain/spf'

ENDPOINTS