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

Get authenticated user preferences

GET
/preferences
Maintainer:Not configured
x-stoplight:{"id":"fa7yeaqa5zi5v"}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.mtariri.xyz/api//preferences'
Response Response Example
200 - Example 1
{
    "preferences": {
        "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
        "loan_matching_radius_km": 0,
        "preferred_risk_levels": [
            "string"
        ],
        "preferred_investment_amount_min": 0,
        "preferred_investment_amount_max": 0,
        "created_at": "2019-08-24T14:15:22Z",
        "updated_at": "2019-08-24T14:15:22Z"
    }
}

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or

Responses

🟢200OK
application/json
Preferences data
Body

🟠401Unauthorized
🔴500Server Error
Modified at 2025-08-17 22:22:15
Previous
Update authenticated user profile
Next
Update authenticated user preferences
Built with