Mtariri
HomeNeed Help?
HomeNeed Help?
  1. Home
  • Introduction
  • Get authenticated user wallet
    GET
  • Deposit funds
    POST
  • Withdraw funds
    POST
  • Transfer funds to another user
    POST
  • List wallet transactions
    GET
  • Get authenticated user profile
    GET
  • Update authenticated user profile
    PUT
  • Get authenticated user preferences
    GET
  • Update authenticated user preferences
    PUT
  • List notifications
    GET
  • Create notification
    POST
  • Mark notification as read
    PUT
  • Find investment opportunities for authenticated lender
    GET
  • Get map markers for user profiles
    GET
  • Get map markers for loan requests
    GET
  • List loan requests
    GET
  • Create loan request (draft)
    POST
  • Get loan details
    GET
  • Update loan (borrower only)
    PUT
  • Invest in a loan
    POST
  1. Home

Introduction

Mtariri Platform API#

Welcome to the Mtariri Platform API documentation! Mtariri is a peer-to-peer lending platform connecting borrowers and lenders directly.

Getting Started#

To use the Mtariri API:
1.
Authenticate requests - Use JWT tokens in the Authorization header
2.
Explore endpoints - Start with the Wallet API to manage user funds

Base URL#

All API requests should be made to:
https://app.mtariri.xyz/api/
Modified at 2025-08-17 22:50:16
Next
Get authenticated user wallet
Built with