1. awards
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
  1. awards

get_awards

GET
/api/v1/get_awards

Request

Header Params

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/api/v1/get_awards' \
--header 'Accept: application/json'
Response Response Example
{}
Modified at 2026-06-10 09:41:09
Previous
get_social_links
Next
get_award_details
Built with