---
title: "Check if the given address is validated"
method: GET
path: "/user/{address}/is-validated"
tags: ["Users"]
---

# Check if the given address is validated

`GET /user/{address}/is-validated`

## Path parameters

- `address` string, required

## Query parameters

- `account` string[], required

## Response `200`

successful operation

## Other responses

- `400` — No account was given, or one of them was not a recognised account type

## Changes

- **2026-07-29** `b4cf6eaf877d` — 1 breaking, 1 info
  - added the new required `query` request parameter `account`
  - added the non-success response with the status `400`
- **2023-05-18** `4e146a080a59` — 1 info
  - endpoint added
- **2023-04-12** `2c24c3b4ab77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/decentraland/apis/decentraland-governance-api/changes/user/:address/is-validated/get.md)

---

[API](https://skmtc.dev/decentraland/apis/decentraland-governance-api.md) · [All operations](https://skmtc.dev/decentraland/apis/decentraland-governance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decentraland/decentraland-governance-api/revisions/b4cf6eaf877d/schema)
