# Accept Account Signup Marks the account as having been verified. This would be PUT by the web page at the link in the signup email. Endpoint: PUT /confirm/accept/signup/{key} Version: 1.0 ## Path parameters: - `key` (string, required) Confirmation Key Example: "Sds2PHMALZrmt++JyD5mIjLkZruJldiM" ## Request fields (application/json): - `password` (string, required) Password Example: "correctbatteryhorsestaple" - `birthday` (string, required) Example: "2012-08-30" ## Response 400 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required) ## Response 409 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required) ## Response 500 fields (application/json): - `code` (integer, required) - `error` (integer) - `reason` (string, required)