# Request verification code Request that an account verification code be sent to the provided email address, if it belongs to a registered user. Endpoint: POST /verifications Version: 3.0.0 Security: SessionKey ## Request fields (application/json): - `email` (string) Email address to which a verification request code will be sent. ## Response 201 fields (application/json): - `self` (string) URI of the verification request resource - `email` (string) Email addresss to which the account verification code was sent. - `status` (string) Current status of the account verification request. Enum: "Pending", "Completed", "Expired" ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 404 fields (application/json): - `message` (string) Reason for the given response.