curl --request GET \
--url https://api.lettermint.co/v1/domains/{domainId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"domain": "<string>",
"status_changed_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"dns_records": [
{
"id": "<string>",
"type": "TXT",
"hostname": "<string>",
"fqdn": "<string>",
"content": "<string>",
"status": "active",
"verified_at": "<string>",
"last_checked_at": "2023-11-07T05:31:56Z"
}
],
"projects": [
{
"id": "<string>",
"name": "<string>"
}
]
}curl --request GET \
--url https://api.lettermint.co/v1/domains/{domainId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"domain": "<string>",
"status_changed_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"dns_records": [
{
"id": "<string>",
"type": "TXT",
"hostname": "<string>",
"fqdn": "<string>",
"content": "<string>",
"status": "active",
"verified_at": "<string>",
"last_checked_at": "2023-11-07T05:31:56Z"
}
],
"projects": [
{
"id": "<string>",
"name": "<string>"
}
]
}Team API token. Find this in your team settings.
Available includes are dnsRecords, dnsRecordsCount, dnsRecordsExists, projects, projectsCount, projectsExists. You can include multiple options by separating them with a comma.
DomainData
Show child attributes
TXT, CNAME, MX active The record is active and verified. |
failed The record could not be verified. |
pending The record is pending verification. |
active, failed, pending