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
      • wallet-log
    • become_captain_request
      POST
    • sell_scooter_request
      POST
    • book_classes_request
      POST

      become_captain_request

      POST
      /api/v1/become_captain

      Request

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

      Body Params multipart/form-data

      Responses

      🟢200
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location '/api/v1/become_captain' \
      --header 'Accept: application/json' \
      --header 'Authorization: Bearer <token>' \
      --form 'name="test1"' \
      --form 'email="test@example.com"' \
      --form 'phone="010171709134"' \
      --form 'area="current area"' \
      --form 'driving_duration="5"' \
      --form 'experience="6"' \
      --form 'start_working="immediately"' \
      --form 'package_type_id="1"' \
      --form 'form_num=""'
      Response Response Example
      {}
      Modified at 2026-06-10 09:41:09
      Previous
      wallet-log
      Next
      sell_scooter_request
      Built with