Skip to content

โœ… Verify & Close Task

Endpoint: POST /api/solver/tasks/{id}/verify/
Auth Required: โœ… Yes (Solver Bearer Token)
Content-Type: application/json


๐Ÿ“Œ Description

This endpoint allows an assigned solver to verify the completion of a task after execution by the approved service provider.

Verification confirms that: - the reported issue has been resolved on-ground - work quality meets expected standards - supporting evidence has been uploaded

Once verified, the task is marked as resolved and the linked complaint is updated accordingly.


๐Ÿ” Authentication

Include the solver access token in the request header:


๐Ÿ”— Path Parameter

Parameter Type Required Description
id UUID โœ… Task ID

๐Ÿงพ Request Body

```json { "verification_notes": "Work verified on site. Area cleaned and container replaced successfully.", "verified_at_location": true }