# Verify account Verify the account if the verification code matches that sent to the account's email address. Endpoint: PATCH /verifications/{verification} Version: 3.0.0 Security: SessionKey ## Path parameters: - `verification` (string, required) Unique identifier of the account verification request. ## Request fields (application/json): - `code` (number, required) The verification code sent to the account email address. ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 400 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.