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