LogoFreestyle
API Reference/Domains

List domain verification requests for an account

Lists domain verification requests for the current account.

GET/domains/v1/verifications

Response Body

200

List of verification codes

responseRequiredarray<object>

400

Failed to get verification codes

messageRequiredstring
curl -X GET "https://api.freestyle.sh/domains/v1/verifications"

List of verification codes

[
  {
    "verificationCode": "string",
    "domain": "string",
    "createdAt": "2019-08-24T14:15:22Z"
  }
]