GET
/
accounts
/
{email}
/
check
curl --request GET \
  --url https://api-test.koywe.com/rest/accounts/{email}/check
{
  "canOperate": true,
  "errors": [
    {
      "field": "document.documentNumber",
      "message": "document number is required"
    }
  ],
  "accountStatus": "verified",
  "nextVerificationDate": "2025-04-28T22:58:37.585Z"
}

Path Parameters

email
string
required

Email associated with the currency of choice.

Response

200 - application/json
canOperate
boolean
errors
object[]
accountStatus
string
nextVerificationDate
string