{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"f78d10bf-7bf9-44aa-ab69-54106f517ba0","name":"Fleetroot FMS API","description":"- The fleetroot API is a RESTful web service for developers to programmatically interact with fleetroot’s data and real-time delivery management functionality.\n\n- Data exchanged between clients and the API is JSON over HTTPS in Production and HTTP in Demo.\n\n- The base URL for the Fleetroot API  Production -  <a href=\"https://api.fleetroot.com\"> https://api.fleetroot.com </a> and Demo - <a href=\"http://demoapi.fleetroot.com\">http://demoapi.fleetroot.com </a>, all the requests on this url use post method and we need to add the specific end points mentioned below to this URL.\n\n- All sample requests in this documentation are formatted for cURL.\n\n- API key is mandatory in all the API's request.\n\n- All parameters marked with * are  mandatory  otherwise optional.\n\n- If you have questions about using the API, want to share some feedback, or have come across a bug you'd like to report, write us an email at <a href=\"mailto:info@fleetroot.com\">info@fleetroot.com</a> .\n\n- Fleetroot API uses key based authentication method. You can get a key from Portal Settings(Login>Menu>Settings>API Keys) in your fleetroot account. Or <a href=\"https://track.fleetroot.com/fleetroot/app/#/Setup/PortalSetting/Get\">click here</a> to get API key.\n\n### Response Format\n\nAll the API's will have below Response Format\n\n- The response format will be Json having status, message and data key. Data will differ for each API call, so refer to response data format in each API.\n\n            {\n                \"data\": {\n                },\n                \"status\": 1,\n                \"message\": \"Success\"\n            }\n\n### Response Code\n\nWhen something is wrong with a request, the API will respond with a non-1 status code in the response. To help you better understand the problem, where possible, the API overloads a number of different error codes so your application logic has as much visibility as possible into what has gone wrong.\n\nBelow mentioned are the values of the api response `status` parameters of the respective API call:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Success</td><td > <code>1</code></td><td> The API call is success.</td></tr>\n<tr><td style=\"padding-left: 0;\" >AlreadyExists</td><td > <code>2</code></td><td>The record already exists.</td></tr>\n<tr><td style=\"padding-left: 0;\" >RecordDoesNotExists</td><td><code>3</code></td><td>The record does not exists.</td></tr>\n<tr><td style=\"padding-left: 0;\" >SomethingWentWrong</td><td><code>4</code></td><td>Something went wrong.</td></tr>\n<tr><td style=\"padding-left: 0;\" >FailedToCreate</td><td><code>11</code></td><td>Failed to create a new record.</td></tr>\n<tr><td style=\"padding-left: 0;\" >FailedToUpdate</td><td><code>12</code></td><td>Failed to validate a record.</td></tr>\n<tr><td style=\"padding-left: 0;\" >FailedToValidate</td><td><code>14</code></td><td> The task has been cancelled.</td></tr>\n<tr><td style=\"padding-left: 0;\" >InvalidOrEmptyGuid</td><td><code>16</code></td><td>Invalid or empty id.</td></tr>\n<tr><td style=\"padding-left: 0;\" >InvalidOrNullParameter</td><td><code>17</code></td><td>Invalid or empty parameter.</td></tr>\n<tr><td style=\"padding-left: 0;\" >Unauthorized</td><td><code>401</code></td><td>The request did not include an authentication token or the authentication token is invalid.</td></tr>\n<tr><td style=\"padding-left: 0;\" >InvalidApiKey</td><td><code>403</code></td><td>Invalid API Key is supplied.</td></tr>\n<tr><td style=\"padding-left: 0;\" >ApiKeyNotSupplied</td><td><code>404</code></td><td>API key is not supplied or empty.</td></tr>\n</table>\n\n### Alert Type\n\nBelow mentioned are the values of the `AlertType` parameters of the respective Alert Types:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >CountinuesDriving</td><td > <code>1</code></td><td>Vehicle Countinues Driving status.</td></tr>\n<tr><td style=\"padding-left: 0;\" >DailyDrivingLimit</td><td><code>2</code></td><td>Vehicle Daily Driving Limit status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Disconnection</td><td><code>3</code></td><td>Vehicle Disconnection status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Idling</td><td><code>4</code></td><td>Vehicle Idling status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Ignition</td><td><code>5</code></td><td>Vehicle Ignition status</td></tr>\n<tr><td style=\"padding-left: 0;\" >OutOfOfficeHour</td><td><code>6</code></td><td>Vehicle Out Of Office Hour status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Overspeed</td><td><code>7</code></td><td>Vehicle Over speed status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Overstay</td><td><code>8</code></td><td>Vehicle Over stay status</td></tr>\n<tr><td style=\"padding-left: 0;\" >TemperatureSensor</td><td><code>9</code></td><td>Vehicle Temperature Sensor status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Fuel</td><td><code>10</code></td><td>Vehicle Fuel status</td></tr>\n<tr><td style=\"padding-left: 0;\" >PoiFence</td><td><code>11</code></td><td>Vehicle Poi Fence status</td></tr>\n<tr><td style=\"padding-left: 0;\" >RashDriving</td><td><code>12</code></td><td>Vehicle Rash Driving status</td></tr>\n<tr><td style=\"padding-left: 0;\" >Drain</td><td><code>13</code></td><td>Drain status</td></tr>\n<tr><td style=\"padding-left: 0;\" >InactiveRFIDPunch</td><td><code>14</code></td><td>Vehicle Inactive RFID Punch status</td></tr>\n<tr><td style=\"padding-left: 0;\" >TerritorialFence</td><td><code>15</code></td><td>Vehicle Territorial Fence status</td></tr>\n<tr><td style=\"padding-left: 0;\" >BatteryVoltage</td><td><code>16</code></td><td>Vehicle Battery Voltage status</td></tr>\n<tr><td style=\"padding-left: 0;\" >TripAlert</td><td><code>17</code></td><td>Commute Trip Alert status</td></tr>\n<tr><td style=\"padding-left: 0;\" >DoorAlert</td><td><code>18</code></td><td> Door Alert status</td></tr>\n<tr><td style=\"padding-left: 0;\" >EngineTemp</td><td><code>19</code></td><td>Engine Temp status</td></tr>\n<tr><td style=\"padding-left: 0;\" >TrafficFine</td><td><code>20</code></td><td>Traffic Fine status</td></tr>\n</table>\n\n### Vehicle Type\n\nBelow mentioned are the values of the `VehicleType` parameters of the respective Vehicle Type:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Bus</td><td > <code>1</code></td><td>Bus</td></tr>\n<tr><td style=\"padding-left: 0;\" >Car</td><td><code>2</code></td><td>Car</td></tr>\n<tr><td style=\"padding-left: 0;\" >Truck</td><td><code>3</code></td><td>Truck</td></tr>\n<tr><td style=\"padding-left: 0;\" >Bike</td><td><code>4</code></td><td>Bike</td></tr>\n<tr><td style=\"padding-left: 0;\" >Trailer</td><td><code>5</code></td><td>Trailer</td></tr>\n<tr><td style=\"padding-left: 0;\" >Pickup</td><td><code>6</code></td><td>Pickup</td></tr>\n<tr><td style=\"padding-left: 0;\" >Equipment</td><td><code>7</code></td><td>Equipment</td></tr>\n<tr><td style=\"padding-left: 0;\" >STATIONARY</td><td><code>8</code></td><td>STATIONARY</td></tr>\n<tr><td style=\"padding-left: 0;\" >Forklift</td><td><code>9</code></td><td>Forklift</td></tr>\n<tr><td style=\"padding-left: 0;\" >Boat</td><td><code>16</code></td><td>Boat</td></tr>\n<tr><td style=\"padding-left: 0;\" >Scooter</td><td><code>17</code></td><td>Scooter</td></tr>\n<tr><td style=\"padding-left: 0;\" >SmallTruck</td><td><code>18</code></td><td>SmallTruck</td></tr>\n<tr><td style=\"padding-left: 0;\" >VAN</td><td><code>19</code></td><td>VAN</td></tr>\n</table>\n\n### Fleetroot Status\n\nBelow mentioned are the values of the `FleetrootStatus` parameters of the respective Vehicle Status:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Active</td><td > <code>1</code></td><td>Active</td></tr>\n<tr><td style=\"padding-left: 0;\" >Inactive</td><td><code>2,3</code></td><td>Inactive</td></tr>\n</table>\n\n### Tracking Status\n\nBelow mentioned are the values of the `TrackingStatus` parameters of the respective Tracking Status:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Running</td><td > <code>1</code></td><td>Running</td></tr>\n<tr><td style=\"padding-left: 0;\" >Idling</td><td><code>2</code></td><td>Idling</td></tr>\n<tr><td style=\"padding-left: 0;\" >Stopped</td><td><code>3</code></td><td>Stopped</td></tr>\n<tr><td style=\"padding-left: 0;\" >Disconnected</td><td><code>4</code></td><td>Disconnected</td></tr>\n</table>\n\n### Share Tracking Type\n\nBelow mentioned are the values of the `ShareTrackingType` parameters of the respective Share Tracking Type:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Live</td><td > <code>0</code></td><td>Live</td></tr>\n<tr><td style=\"padding-left: 0;\" >History</td><td><code>1</code></td><td>History</td></tr>\n</table>\n\n### Webhook Best Practices\n\nThe following guide describes some best practices for working with webhooks.\n\n- Respond quickly\n\nAfter receiving a webhook using an HTTPS endpoint, it's important to respond to the request with a 200 OK as quickly as possible.\n\nA common pattern is to store the payload in a message queue for later processing by a background worker. This reduces the chance of the request timing out and the webhook delivery counting as a failure.\n\n- Ignore duplicates\n\nAlthough the webhooks API is designed to minimize duplicate webhook events, it is still possible to receive the same event more than once. Your app should handle webhook events using idempotent operations; that is, receiving the same webhook event a second time in a row should have no additional effect.\n\n- Manage delays\n\nIn rare circumstances, you might experience delays in receiving webhooks. However, webhooks are always sent with the most recent data for the given resource.\n\n- Implement reconciliation jobs\n\nYour app shouldn't rely solely on receiving data from webhooks. Because webhook delivery isn't always guaranteed, you should implement reconciliation jobs to periodically fetch data.\n\n### Webhook Retry Policy\n\nFleetroot follows an exponential webhook retry policy whenever any webhook fails to send data to the desired notification URL or a session timeout occurs. We trigger the retry policy whenever a webhook request returns a non-200 (OK) status code in the response.\n\n- Note\n    \n    Fleetroot waits for 20 seconds to receive data from the destination server. If the destination server fails to send data within this timeframe, then the webhook request is timed out.\n\nThe exponential retry policy attempts to send data to the destination URL again four more times after certain intervals.\n\n<table class=\"webhookRetryDescription markdown formalTheme\">\n<tr><td colspan=\"1\"><strong>Retry Instance No.</strong></td><td colspan=\"1\"><strong>Next Resend Internal</strong></td></tr>\n<tr><td style=\"padding-right: 40px; width: 140px;\">1</td><td>30 mins</td> </tr>\n<tr><td style=\"padding-right: 40px; width: 140px;\">2</td><td>2 Hrs</td> </tr>\n<tr><td style=\"padding-right: 40px; width: 140px;\">3</td><td>4 Hrs</td> </tr>\n<tr><td style=\"padding-right: 40px; width: 140px;\">4</td><td>8 Hrs</td> </tr>\n</table>\n\nIf the webhook fails to execute succesfully after the last retry attempt, Fleetroot stops retrying. You can view the Audit logs to get more details.\n\n### Territorial Fence Type\n\nBelow mentioned are the values of the `TerritorialFenceType` parameters of the respective Tracking Status:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >General</td><td > <code>1</code></td><td>General</td></tr>\n<tr><td style=\"padding-left: 0;\" >RestricatedZone</td><td><code>2</code></td><td>Restricated Zone</td></tr>\n</table>\n\n### POI Category Type\n\nBelow mentioned are the values of the `POICategoryType` parameters of the respective Tracking Status:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Circle</td><td > <code>1</code></td><td>Circle</td></tr>\n<tr><td style=\"padding-left: 0;\" >Rectangle</td><td><code>2</code></td><td>Rectangle</td></tr>\n<tr><td style=\"padding-left: 0;\" >Polygon</td><td><code>3</code></td><td>Polygon</td></tr>\n</table>\n\n### POI Type\n\nBelow mentioned are the values of the `POIType` parameters of the respective Tracking Status:\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Status</strong><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Value </strong></td><td style=\"padding-left: 0;\" colspan=\"1\"><strong>Description </strong></td></tr>\n<tr><td style=\"padding-left: 0;\" >Office</td><td > <code>1</code></td><td>Office</td></tr>\n<tr><td style=\"padding-left: 0;\" >Customer</td><td><code>2</code></td><td>Customer</td></tr>\n<tr><td style=\"padding-left: 0;\" >Warehouse</td><td><code>3</code></td><td>Warehouse</td></tr>\n<tr><td style=\"padding-left: 0;\" >General</td><td><code>4</code></td><td>General</td></tr>\n<tr><td style=\"padding-left: 0;\" >School</td><td><code>5</code></td><td>School</td></tr>\n<tr><td style=\"padding-left: 0;\" >Stoppage</td><td><code>6</code></td><td>Stoppage</td></tr>\n<tr><td style=\"padding-left: 0;\" >ProjectSite</td><td><code>7</code></td><td>Project Site</td></tr>\n<tr><td style=\"padding-left: 0;\" >Accommodation</td><td><code>8</code></td><td>Accommodation</td></tr>\n<tr><td style=\"padding-left: 0;\" >ConstructionArea</td><td><code>9</code></td><td>Construction Area</td></tr>\n<tr><td style=\"padding-left: 0;\" >TemporaryArea</td><td><code>10</code></td><td>Temporary Area</td></tr>\n<tr><td style=\"padding-left: 0;\" >ParkingArea</td><td><code>11</code></td><td>Parking Area</td></tr>\n<tr><td style=\"padding-left: 0;\" >GasStation</td><td><code>12</code></td><td>Gas Station</td></tr>\n<tr><td style=\"padding-left: 0;\" >Market</td><td><code>13</code></td><td>Market</td></tr>\n<tr><td style=\"padding-left: 0;\" >Supermarket</td><td><code>14</code></td><td>Supermarket</td></tr>\n<tr><td style=\"padding-left: 0;\" >Store</td><td><code>15</code></td><td>Store</td></tr>\n<tr><td style=\"padding-left: 0;\" >Dealer</td><td><code>16</code></td><td>Dealer</td></tr>\n<tr><td style=\"padding-left: 0;\" >Restaurant</td><td><code>17</code></td><td>Restaurant</td></tr>\n<tr><td style=\"padding-left: 0;\" >CenterOfDistribution</td><td><code>18</code></td><td>Center Of Distribution</td></tr>\n<tr><td style=\"padding-left: 0;\" >MaintenanceWorkshop</td><td><code>19</code></td><td>Maintenance Workshop</td></tr>\n<tr><td style=\"padding-left: 0;\" >Toll</td><td><code>20</code></td><td>Toll</td></tr>\n<tr><td style=\"padding-left: 0;\" >Factory</td><td><code>21</code></td><td>Factory</td></tr>\n<tr><td style=\"padding-left: 0;\" >ServiceStation</td><td><code>22</code></td><td>Service Station</td></tr>\n<tr><td style=\"padding-left: 0;\" >MedicalCenter</td><td><code>23</code></td><td>Medical Center</td></tr>\n<tr><td style=\"padding-left: 0;\" >Pharmacy</td><td><code>24</code></td><td>Pharmacy</td></tr>\n<tr><td style=\"padding-left: 0;\" >Home</td><td><code>25</code></td><td>Home</td></tr>\n<tr><td style=\"padding-left: 0;\" >Farm</td><td><code>26</code></td><td>Farm</td></tr>\n<tr><td style=\"padding-left: 0;\" >RestrictedZone</td><td><code>27</code></td><td>Restricted Zone</td></tr>\n</table>\n\n### Point\n\nBelow mentioned point table which we need to be refer while POI fence or Geo fence creation :\n\n<table class=\"humanColumnApiDescription markdown formalTheme\">\n<tr><td colspan=\"1\"><strong>Name</strong><td colspan=\"1\"><strong>Type</strong><td colspan=\"1\"><strong>Description</strong></td></tr>\n<tr><td style=\"padding-right: 40px; width: 140px;\">lat</td><td>double</td><td> The latitude of the location</td></tr>\n<tr><td style=\"padding-right: 40px; width: 140px;\">lng</td><td>doublie</td><td> The longitude of the location</td></tr>\n</table>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":true,"owner":"43200585","team":6871445,"collectionId":"f78d10bf-7bf9-44aa-ab69-54106f517ba0","publishedId":"2sAYkGLKao","public":true,"publicUrl":"https://documenter-api.postman.tech/view/43200585/2sAYkGLKao","privateUrl":"https://go.postman.co/documentation/43200585-f78d10bf-7bf9-44aa-ab69-54106f517ba0","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":""},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.10.1","publishDate":"2025-03-21T08:27:36.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":""},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[{"name":"Production","id":"53963db7-f387-4f7f-9a6f-8671a86a5bb7","owner":"43200585","values":[{"key":"token","value":"","type":"default","enabled":true},{"key":"collectionName","value":"","type":"default","enabled":true},{"key":"collectionSchemaUrl","value":"","type":"default","enabled":true},{"key":"accessKey","value":"","type":"default","enabled":true},{"key":"workspaceId","value":"","type":"default","enabled":true},{"key":"collectionId","value":"","type":"default","enabled":true}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/ac6436fed894b5a638b04542e9ac1b089f5fc8228f8649c7c50f2d342e7d7f56","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Production","value":"43200585-53963db7-f387-4f7f-9a6f-8671a86a5bb7"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/2sAYkGLKao"}