List all projects
This endpoint is for retrieving a list of all projects.
| Responses | |||
|---|---|---|---|
200Projects retrieved successfully
| |||
400Bad request, such as invalid input
| |||
401Unauthorized access
| |||
500Internal Server Error
|
This endpoint is for retrieving a list of all projects.
| Responses | |||
|---|---|---|---|
200Projects retrieved successfully
| |||
400Bad request, such as invalid input
| |||
401Unauthorized access
| |||
500Internal Server Error
|
GET /projects/all
https://api.malipopay.co.tz/api/v1curl -L 'https://api.malipopay.co.tz/api/v1/projects/all' \
-H 'Accept: application/json'