โ Verify Complaint
Endpoint: POST /api/admin/complaints/{id}/verify/
Auth Required: โ
Yes (Admin Bearer Token)
Content-Type: application/json
๐ Description
This endpoint allows an administrator to verify a complaint submitted by a citizen after reviewing its details, location, and attached media.
Only verified complaints can be assigned to solvers for inspection and resolution.
Verification confirms that: - the complaint is genuine - the issue falls under civic responsibility - sufficient information is available for further action
๐ Authentication
Include the admin access token in the request header:
๐ Path Parameter
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
UUID | โ | Unique complaint ID |
๐งพ Request Body (Optional)
```json { "remarks": "Verified after reviewing location and images." }