# Validate attempt **GET /api/v1/student/{studentId}/attempts/{attemptId}/validate** Validate an attempt for the specified student and return timing and assessment metadata ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **studentId** (string) Unique identifier of the student - **attemptId** (string) Unique identifier of the attempt ## Responses ### 200 Attempt validated successfully ### 400 Attempt does not belong to student or invalid request ### 404 Attempt not found [Powered by Bump.sh](https://bump.sh)