GetStations

Method : POST
URL : https://{{api_base_url}}/bus/stations
Header : Authorization:Bearer {{api_token}}

Response Data


                              {
                                "success":1,
                                "stations":[
                                  {
                                    "Source_ID":"3",
                                    "Station_Name":"Hyderabad",
                                  },
                            
                                  {
                                    "Source_ID":"4",
                                    "Station_Name":"Mumbai",
                                  },
                              
                                  {
                                    "Source_ID":"5",
                                    "Station_Name":"Vijayawada",

                                    ]
                                  },
                          
                                
                              }
                            

Failed Response


                                {
                                  "error":1,
                                  "msg":"Duplicate order, Order ID must be unique"
                                }