# Verify Customer Account Verify the email associated with the specified customer account. Endpoint: POST /v2/customer/verify-account Version: v2 Security: ApiKeySecurityScheme, CustomerAppScopeSecurityScheme ## Header parameters: - `x-md-api-version` (string, required) Enum: "4" - `x-bite-org-id` (string, required) The org ID you are working with. - `x-bite-order-channel` (string, required) The order channel you are working with. Enum: "catering", "flash", "kiosk", "linebuster", "web" ## Request fields (application/json): - `verifyToken` (string, required) A token acquired during the signup process. ## Response 200 fields (application/json): - `message` (string, required) A message informing the customer about any next steps. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 500 fields