---
title: "Simulate verification for all profiles"
method: POST
path: "/v1/simulation/verify-profile"
tags: ["simulation"]
---

# Simulate verification for all profiles

`POST /v1/simulation/verify-profile`

Verifies all profiles associated with the authenticated user, changing their verification state to `PASSED`.

This is useful for testing the `profiles#verification-state-change` webhook and is a prerequisite for setting up a Multi-Currency Account (MCA).

Accepts user API tokens only. The profiles are identified via the token.

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Verification state changed successfully. No content returned.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
