Skip to content

API Endpoints

Anshul edited this page Aug 17, 2018 · 2 revisions
  • Search Sellers

    GET /search/sellers?longitude=77.8&latitude=13.2&searchText=captain

       "result": [
          {
              "id": 3,
              "name": "Varun3",
              "latitude": 13.2,
              "longitude": 77.6,
              "services": [
                  {
                      "id": 3,
                      "name": "test"
                  }
              ]
    }
    
  • Update Seller PUT /auth/sellers/sellers/

    Authentication required: true

    Params: id and what you want to update

Clone this wiki locally