---
title: "Validate IP Region"
method: POST
path: "/wallets/validate-ip-region"
---

# Validate IP Region

`POST /wallets/validate-ip-region`

Validate an IP address to check if it falls within Striga's allowed/restricted juridictions list to inform your user interface.

## Request body

- object
  - `userId` string, required — The ID of an active user to whom this IP is associated
  - `ip` string, required — The users' IP address

## Response `200`

200

## Other responses

- `403` — 403

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
