I-Reporter is a platform where people can report incidents of corruption.
Corruption is a huge bane to Africa’s development. African countries must develop novel and localised solutions that will curb this menace, hence the birth of iReporter. iReporter enables any/every citizen to bring any form of corruption to the notice of appropriate authorities and the general public. Users can also report on things that needs government intervention
-Create a red-flag record -Get all red flag records -Get specific red flag record -Edit a red-flag's location -Edit a red-flag's comment -Delete red flag record
Method | Endpoint | Description |
---|---|---|
POST | /api/v1/red-flags/ | Create red flag |
GET | /api/v1/red-flags/all | Get all red flags |
GET | /api/v1/red-flags/int:red_flag_id/ | Get specific red flag |
PATCH | /api/v1/red-flags/int:red_flag_id/location/ | Edit red flag location |
PATCH | /api/v1/red-flags/int:red_flag_id/comment/ | Edit red flag comment |
DELETE | /api/v1/red-flags/int:red_flag_id/ | Delete red flag |
Akot Harriet Peace