โ 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 }