List domains for an account
This lists the domains that an account has verified ownership of. This includes the *.style.dev domains the account has claimed.
Query Parameters
int64int64Response Body
application/json
application/json
curl -X GET "https://api.freestyle.sh/domains/v1/domains"[
{
"domain": "string",
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"createdAt": "2019-08-24T14:15:22Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"verifiedDns": true,
"implicitlyOwned": true,
"deployToDomain": true,
"manageDns": true,
"deployToSubdomains": true
}
]{
"message": "string"
}List domain verification requests for an account
Lists domain verification requests for the current account.
Verify a domain verification request
This checks a pre-existing verification request for a domain. To create a verification request, call the [create domain verification](/#tag/domains/POST/domains/v1/verifications) endpoint. This endpoint will check if the domain has a TXT record with the verification code. If it does, the domain will be verified.