# Save Faceauth Success Record a successful face authentication event. Typically called by authentication systems after successful biometric verification. Endpoint: GET /save/faceauth/success/{auth_token} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `auth_token` (string, required) Unique authentication token identifying the face authentication session. Example: "faceauth_token_12345" ## Response 200 fields (application/json): - `status` (string, required) Indicates request success. Always success in this schema. Example: "success" - `message` (string, required) Short description of the successful operation outcome.. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Indicates failure. Always error in this schema. Example: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request. Example: "Invalid request parameters"