# Simulate verification for a profile

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.

Endpoint: POST /v1/simulation/profiles/{profileId}/verifications
Security: UserToken

## Path parameters:

  - `profileId` (integer, required)
    The ID of the profile to verify.

## Header parameters:

  - `X-External-Correlation-Id` (string)
    Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. [Learn more](/guides/developer/headers/correlation-id).

