Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
StoreDomainData
Maximum length:
255curl --request POST \
--url https://api.lettermint.co/v1/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>"
}'{
"id": "<string>",
"domain": "<string>",
"status_changed_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>"
}
],
"created_at": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.lettermint.co/v1/domains \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>"
}'{
"id": "<string>",
"domain": "<string>",
"status_changed_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>"
}
],
"created_at": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
StoreDomainData
255