# Send a verification code

Sends a temporary verification code via email, which must subsequently be passed in a Reset Password call. The verification code expires in 120 minutes.

Endpoint: POST /password/reset
Version: 1.0.448.36393
Security: OAuth2

## Request fields (application/json):

  - `ClientID` (string, required)

  - `Email` (string)

  - `Username` (string)

  - `URL` (string)

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


## Response 204 fields
