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
limitinteger | null"int64"offsetinteger | null"int64"implicitlyOwnedboolean | nullResponse Body
200
List of domains
responseRequiredarray<object>400
Failed to get domains
messageRequiredstringList 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.