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.
/domains/v1/domains
Query Parameters
limit
integer | null"int64"
offset
integer | null"int64"
implicitlyOwned
boolean | nullResponse 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.