---
title: "Validates that a given user holds a badge"
method: GET
path: "/badges/{badge}/validate/{address}"
tags: ["Badge endpoints"]
---

# Validates that a given user holds a badge

`GET /badges/{badge}/validate/{address}`

Validates that a given user holds a badge

## Path parameters

- `address` string, required
- `badge` string, required

## Response `200`

Badge is held by user

## Other responses

- `404` — Badge not held by user

---

[API](https://skmtc.net/unstoppabledomains/apis/profile-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/profile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/profile-api/revisions/10f8400cb1c1/schema)
