---
title: "Simulate verification for a profile"
method: POST
path: "/v1/simulation/profiles/{profileId}/verifications"
tags: ["simulation"]
---

# Simulate verification for a profile

`POST /v1/simulation/profiles/{profileId}/verifications`

Changes a specific profile's 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 both user and application API tokens.

## Path parameters

- `profileId` integer, required

## 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)
