1. captain
Dosy
  • auth
    • register
      POST
    • logout
      POST
    • get_user
      GET
    • edit-profile
      POST
    • change_password
      POST
    • login
      POST
    • delete-account
      DELETE
    • reset-password
      POST
  • home
    • get_description
      GET
    • get_how_it_works
      GET
    • get_contacts
      GET
    • get_social_links
      GET
  • awards
    • get_awards
      GET
    • get_award_details
      GET
  • media
    • get_media
      GET
    • get_media_details
      GET
  • blogs
    • get_blog
      GET
    • get_blog_details
      GET
  • packages
    • get_package_types
      GET
    • get_packages
      GET
  • Ride Requests
    • accept_ride
      POST
    • ride_request
      POST
    • update_ride
      POST
    • calculate-ride-cost
      POST
    • get_user_rides
      GET
    • get_captain_rides
      GET
    • get_rides
      GET
    • cancel-ride
      POST
    • submit-rate
      POST
  • wallet
    • withdraw_request
  • captain
    • wallet-balance
      GET
    • wallet-log
      GET
  • become_captain_request
    POST
  • sell_scooter_request
    POST
  • book_classes_request
    POST
  1. captain

wallet-log

GET
/api/v1/get-wallet-log

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Body Params multipart/form-data

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/get-wallet-log?page=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'amount="51"'
Response Response Example
{}
Modified at 2026-06-10 09:41:09
Previous
wallet-balance
Next
become_captain_request
Built with