API Reference/Domains
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.
GET
/domains/v1/domains
Response Body
200
List of domains
response
Requiredarray<object>400
Failed to get domains
message
RequiredstringList of domains
List domain verification requests for an account GET
Lists domain verification requests for the current account.
Verify a domain verification request PUT
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.