Mtariri
Home
Need Help?
Home
Need Help?
  1. Schemas
  • 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
  • Schemas
    • Schemas
      • Wallet
      • Transaction
      • Profile
      • Preferences
      • Notification
      • Loan
      • Investment
      • Opportunity
      • Marker
      • Pagination
      • ErrorResponse
    • Response
      • Unauthorized
      • ClientError
      • NotFound
      • ServerError
Home
Need Help?
Home
Need Help?
  1. Schemas

Notification

{
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
    "title": "string",
    "content": "string",
    "type": "string",
    "is_read": true,
    "expires_at": "2019-08-24T14:15:22.123Z",
    "created_at": "2019-08-24T14:15:22.123Z"
}
Built with