{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"bd00205c-0a9d-4b61-88c3-fb2c6c815fac","name":"Bluerock API","description":"## Overview\n\nThe Bluerock API is [Bluerock's TMS](https://bluerocktms.com/?gad_campaignid=21502735673&gbraid=0AAAAA9ZvF8D5yYX7JqXQqorQyT-nS5RR1) easy-to-connect REST API that allows shippers to fulfill their transportation management needs, without needing to integrate to multiple carriers and/or other transportation systems.\n\n### Key Benefits\n\nThe Bluerock TMS Public API provides seamless integration between your ERP, WMS, or online checkout system and our transportation management system (TMS). It enables efficient shipment preparation, booking, tracking, and document retrieval, ensuring smooth logistics operations.\n\n#### **Inspired by optimizing the shipping experience**\n\n- Created and built with shippers' needs in mind. Wether you are connecting a single hectic warehouse or mutliple branches intou our system, or you have a single or muti carrier strategy, the Bluerock API is tailored for this.\n    \n- This API focuses on helping you reduce manual workflows, plan in advance, estimate costs before it's too late and use our TMS Platform capabilities to the max.\n    \n- Use only one platform to connect to multiple systems, helping reduce new employee onboarding times.\n    \n\n#### Created with developers in mind\n\n- An API following industry standards that developers worldwide are familiar with and understand.\n    \n- Customer-centric sandbox environment for testing\n    \n- Support from Bluerock to help you getting started or troubleshooting any issues you may encounter.\n    \n\n---\n\n### Supported use cases\n\nGo beyond 3PL with our **Bluerock API**.\n\n#### **Bluerock API Services:**\n\n| **Service/ Endpoint** | **Description** | **Status** |\n| --- | --- | --- |\n| Prepare | Get the cheapest shipping option based on your shipment size, origin and destination. | Public Release in 2024 |\n| Delivery for TMS Planboard | Create FTL deliveries:  <br>\\- to use the plan board module (manual shipment creation after consolidation or pla board functionality)  <br>\\- connect to our assignment module for FTL carrier booking where pre-approval is required. | Public Release in 2023 |\n| [Delivery for LastMile Planning](https://bluerocktms.postman.co/workspace/BlueRock-TMS-API~13e3b7ca-9559-45a2-9c91-37832c0da028/folder/37381166-c9348659-5153-4fbe-a2a7-dfb272e9fccc?action=share&source=copy-link&creator=37381166&ctx=documentation) | Create LastMile orders for planning and executing with your own fleet. | Public Release in 2025 |\n| [Shipment](https://bluerocktms.postman.co/workspace/BlueRock-TMS-API~13e3b7ca-9559-45a2-9c91-37832c0da028/folder/37381166-4fa2035c-3350-4dee-b5b9-de9413b06bf4?action=share&creator=37381166&ctx=documentation&active-environment=37381166-dc642bde-8685-4526-a297-628b52a031ab) | Create and book distribtion (parcel) shipments or freight single-stop shipments directly with carriers. | Public Release in 2023 |\n| Sales Order | Create sales orders for your external parties to fulfill \\[INBOUND FLOW\\]. | Public Release in 2024 |\n| Document | Get the shipping documentation for an specific shipment | 🏗 Planned release in 2026 |\n| [Events](https://bluerocktms.postman.co/workspace/BlueRock-TMS-API~13e3b7ca-9559-45a2-9c91-37832c0da028/folder/37381166-d26f80bf-6892-4a10-aa3e-e99c19007656?action=share&source=copy-link&creator=37381166&ctx=documentation) | Receive shipment event updates to your endpoint `PREMIUM FEATURE` | Public release in 2025 🧪 (beta) |\n| Freight | Create and book freight multi-stop shipments directly with carriers | 🏗 Planned release in 2026 |\n| [MasterData](https://bluerocktms.postman.co/workspace/BlueRock-TMS-API~13e3b7ca-9559-45a2-9c91-37832c0da028/folder/37381166-62ebee56-fa44-4914-953e-1ce90136f4b0?action=share&source=copy-link&creator=37381166&ctx=documentation) | Create and update account details and/or addresses. | Public release in 2025 🧪 (beta) |\n\n---\n\n## **Getting started guide**\n\nOur Bluerock API has been designed to be used by developers. You will need basic knowledge of REST APIs, JSON, and HTTPS, or having someone on your team that does. Additionally, your organization needs to have an active account with BlueRock TMS.\n\nTo start using the Bluerock API, you need to:\n\n- Use a valid API Key to send requests to the API endpoints.\n    \n- The API has **rate and usage limits.**\n    \n- The API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.\n    \n- The API returns request responses in JSON format. When an API request returns an error, it is sent in the JSON response as an error key.\n    \n\n---\n\n## Authentication\n\nThe BlueRock API uses bearer key for authentication.\n\nBlueRock uses API keys for authentication. You can obtain an API key via your project manager.\n\n> 📢 You'll be given **two keys**, one for your **test** **environment** and one for your **production environment**.  \nThey will be shared via Keeper using a one-time share link. Make sure you store them securely when you open the link. \n  \n\nAn API key must be included in each request to the BlueRock TMS API with the X-Api-Key request header.\n\n### Authentication error response\n\nIf an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.\n\n---\n\n## Rate and usage limits\n\nAPI access rate limits apply at a per-API key basis in unit time. The limit is `300 requests` per minute. Also, depending on your plan, you may have lower or higher usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.\n\nEach API response returns the following set of headers to help you identify your use status:\n\n| Header | Description |\n| --- | --- |\n| `X-RateLimit-Limit` | The maximum number of requests that the consumer is permitted to make per minute. |\n| `X-RateLimit-Remaining` | The number of requests remaining in the current rate limit window. |\n| `X-RateLimit-Reset` | The time at which the current rate limit window resets in UTC epoch seconds. |\n\n### 503 response\n\nAn HTTP `503` response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP `5XX` error, [contact support](https://support@bluerocktms.com).\n\n---\n\n### Endpoints\n\n| **Endpoints** |\n| --- |\n| [https://api.{{environment}}.bluerockplatform.com/{{client_id}}/wms/prepare](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/prepare)  <br>[https://api.](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/delivery)[{{environment}}](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/prepare)[.bluerockplatform.com/{{client_id}}/wms/delivery](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/delivery)  <br>[https://api.](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/shipment)[{{environment}}](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/prepare)[.bluerockplatform.com/{{client_id}}/wms/shipment](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/shipment)  <br>[https://api.](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/salesOrder)[{{environment}}](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/prepare)[.bluerockplatform.com/{{client_id}}/wms/salesOrder](https://api.test.bluerockplatform.com/%7B%7Bcustomer%7D%7D/wms/salesOrder) |\n\n> 🗳 For your specific {{environment}} and {{client_id}} please contact your Account Executive, Project Manager, Support or Customer Success Manager at BlueRock TMS. \n  \n\n---\n\n## Legal Terms\n\nSpecific Terms for the use and access to BlueRock TMS via BlueRock API (\"BlueRock API\").\n\n1. When using or accessing the BlueRock API and its associated services (the “API Services”; for the avoidance of doubt, a reference to BlueRock API in these Legal Terms is deemed a reference to the BlueRock API including the API Services, unless the context suggests otherwise) you are entering into a legal agreement and you agree to all of these terms without amendment. In agreeing to these terms, you have already agreed to abide by BlueRock TMS Terms of Use, which represents an additional binding agreement relating to your use of the BlueRock API, the two sets of terms shall be interpreted collectively and known as (the \"Legal Terms“) in this document.\n    \n2. To register for the use of BlueRock API You and/or the legal entity you are authorized to represent (hereinafter “You”/”Your”) need to have an active customer account with BlueRock TMS. An API Production Key and access details will be provided to You subject to a successful validation by BlueRock TMS.\n    \n3. If You engage an external developer, or other IT services provider to develop Your Application or any other third party (“Third Parties”) to access and/or use the BlueRock API on Your behalf, You remain fully liable for any acts or omissions of such Third Parties in connection with the access to and/or usage of the BlueRock API.\n    \n4. The Legal Terms govern Your use of and/or access to the BlueRock API and, unless otherwise stated herein, do not replace and/or modify the applicable terms and conditions of the transportation management system; or any other agreements with BlueRock TMS or any of its affiliates, which govern services or products provided to You (separately, each an “Agreement”). Notwithstanding the foregoing, You expressly acknowledge and agree that solely with respect to Your use of and access to the BlueRock API the Legal Terms shall take precedence over the terms and conditions in an Agreement, unless an Agreement specifically addresses the use of or access to the BlueRock API by You, in which case the Agreement shall prevail.\n    \n5. Additional terms, to be accepted separately by You, may apply to certain API Services. Please be aware that transportation services provided by BlueRock TMS are, and always remain, strictly subject to the blueRock TMS Terms and Conditions.\n    \n6. You grant BlueRock TMS the right to use all data, documents, logos or other information transmitted by You to or within the BlueRock API (“Information”), for the purposes specified in the API Services. This includes the use of the Information for the purpose of processing and transporting shipments. You shall ensure that all Information which You transmit to BlueRock TMS via the BlueRock API is complete, correct and accurate. You will be solely responsible for any damage or consequence that may arise from the use of false or incorrect or incomplete Information. You shall be solely responsible for, and shall indemnify BlueRock TMS in full against, any claims, losses, damages or consequences that may arise from the use of or reliance on the Information.\n    \n7. You are responsible for all activities conducted via the BlueRock API in accordance with all applicable laws, in particular competition, data protection and customs laws. You shall be responsible for the provision of the correct legal ground to process personal data in order for BlueRock TMS to communicate with receivers and consignees of shipments. In particular, in countries where consent is required, You shall obtain the consent of any receiver for the receipt of any e-mail, teams, slack, whatsapp or SMS from BlueRock TMS or any other data, documents or information in electronic form and in general, from any third party, for personal data owned by any third party and which You provided to BlueRock TMS. On request of BlueRock TMS, You shall provide BlueRock TMS with evidence of such consent.\n    \n8. BlueRock TMS will handle personal data in accordance with applicable data protection laws and the BlueRock TMS Data Privacy Policy. More information can be found on BlueRock TMS ’ Privacy Notice. You must process all personal data You send to us or obtain from us, according to applicable data protection laws.\n    \n9. You accept that BlueRock TMS will incur costs in processing shipping orders made via the WMS API and that BlueRock TMS may request that You compensate it in the event that You exceed the monthly/annual requests allowed.\n    \n10. The API Services are provided on an \"as is\" basis. BlueRock TMS, to the fullest extent permitted by law, excludes all warranties, whether express, implied, statutory or otherwise, including but not limited to the implied warranties of merchantability, non-infringement of third parties rights and fitness for a particular purpose. BlueRock TMS, its affiliates or agents make no representations or warranties about the accuracy, completeness, security or timeliness of the API Services. No information obtained via the WMS API shall create any warranty not expressly stated by BlueRock TMS in the Legal Terms.\n    \n11. You shall use the BlueRock API only for the legitimate contractual purpose.\n    \n12. <u>API Services and Use Cases</u>\n    \n    1. <u>\"Create a Shipment\"</u>\n        \n        1. When using the API Service “Create a Shipment” this includes, amongst other things, the possibility to create and print shipping labels, to book shipment collections and access other value added services. Please be aware that the booking of the shipment within the WMS API <u><b>does not constitute the contract of carriage</b></u>. The contract of carriage will only be concluded when the shipment is handed over or picked up and accepted by the carrier. BlueRock TMS is not responsible for the shipment.\n            \n    2. Prepare\n        \n        1. The API Service Prepare provides you gives an indication on the plausible lowest cost service available for that origin and destination in accordance to the agreement provided by You to BlueRock TMS.\n            \n        2. The information about rates and transit time or delivery date are just indicative and not guaranteed by BlueRock TMS.\n            \n        3. Carriers do not allow for you to share this data publicly before reaching an agreement with them. Please ensure this is done with them before connecting to your checkout.\n            \n        4. Rates quoted may not include duties, taxes, residential fees, customs charges or all surcharges and fees applicable.\n            \n        5. Leadtimes calculations do not take into account force majeure conditions and are just projected estimates based on shipment data and carrier SLAs provided by You to BlueRock TMS.\n            \n    3. Delivery\n        \n        1. When using the API Service \"Delivery\" this includes, among other things, the possibility to create deliveries to use our Plan Board and Assignment modules designed for FTL efficiency.\n            \n    4. Events\n        \n        1. The events endpoint is to connect Your endpoint to ours, and for us to PUSH tracking notifications.\n            \n        2. BlueRock TMS is not responsible for the accuracy of the statuses or delays in the statuses being shared, since this is dependent on the carrier information provided to BlueRock TMS.\n            \n        3. You accept that this service requires an additional fee and is not part of the starter plan.\n            \n        4. You are also aware that you'll need to provide BlueRock TMS with an endpoint to push the shipment status updates. Any changes to the endpoint from your side will incur in an extra fee fro BlueRock TMS.\n            \n        5. BlueRock TMS reserves the right to stop operations with prio notice (5 business days) as they see fit.\n            \n    5. Documents\n        \n        1. The API Service \"Documents\" allows you to donwload your shipment documentation such as:\n            \n            1. Customs Declaration\n                \n            2. Manifest\n                \n            3. Commercial Invoice\n                \n            4. BOL\n                \n            5. Hazmat Declaration\n                \n            6. Labels (bulk)\n                \n        2. The validity or accuracy of these documents is solely dependent on the information You provided. BlueRock TMS is not responsible for any data discrpancy or inaccuracy.\n            \n    6. Freight\n        \n        1. The \"Freight\" endpoint allows You to book Freight multi-stop shipments (LTL/FTL).\n            \n        2. BlueRock TMS is not responsible for the data provided for this shipments, same as with the \"Shipment\" endpoint, it Your responsibility in providing accurate data.\n            \n        3. Please take into account that not all carriers allow this service, some carriers may requiring booking quite in advance. Please consult with Your carrier(s)' Acoount Manager before enabling this endpoint.\n            \n        4. This endpoint is not included in your starter plan, it is an add-on feature. Please contact your BlueRock TMS Account Manager, CSM or Project Manager for pricing details.\n            \n\n### **Need some help?**\n\nIn case you have questions, go through our tutorials ((link to your video or help documentation here)). Or visit our FAQ page ((link to the relevant page)).","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"37381166","team":4349384,"collectionId":"bd00205c-0a9d-4b61-88c3-fb2c6c815fac","publishedId":"2sB2qcDM5r","public":true,"publicUrl":"https://docs.api.bluerocktms.com","privateUrl":"https://go.postman.co/documentation/37381166-bd00205c-0a9d-4b61-88c3-fb2c6c815fac","customColor":{"top-bar":"FFFFFF","right-sidebar":"060937","highlight":"126bf8"},"documentationLayout":"classic-single-column","customisation":{"metaTags":[{"name":"description","value":"BlueRock TMS API Documentation"},{"name":"title","value":"BlueRock TMS"}],"appearance":{"default":"system_default","themes":[{"name":"dark","logo":"https://content.pstmn.io/2ebe173f-a04a-4652-9f5a-d2045b502ba2/Qmx1ZXJvY2sgTG9nbyBXaGl0ZS5wbmc=","colors":{"top-bar":"093cad","right-sidebar":"060937","highlight":"126bf8"}},{"name":"light","logo":"https://content.pstmn.io/107e9472-0675-49db-a1ad-180b13de180c/Qmx1ZXJvY2sgTG9nbyBCbHVlLmpwZw==","colors":{"top-bar":"FFFFFF","right-sidebar":"060937","highlight":"126bf8"}}]}},"version":"8.10.1","publishDate":"2026-02-09T14:55:07.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"BlueRock TMS","description":"BlueRock TMS API Documentation"},"logos":{"logoLight":"https://content.pstmn.io/107e9472-0675-49db-a1ad-180b13de180c/Qmx1ZXJvY2sgTG9nbyBCbHVlLmpwZw==","logoDark":"https://content.pstmn.io/2ebe173f-a04a-4652-9f5a-d2045b502ba2/Qmx1ZXJvY2sgTG9nbyBXaGl0ZS5wbmc="}},"statusCode":200},"environments":[{"name":"Test","id":"26524a09-8e95-4713-9ff0-06ebaaa7dd76","owner":"25057944","values":[],"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/f1eaa3b9e9f25b987c9ae3fedfa5a496a96a75264023c84d4c0a47dfaa5d51c2","favicon":"https://bluerocktms.com/favicon.ico"},"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":"Test","value":"25057944-26524a09-8e95-4713-9ff0-06ebaaa7dd76"}],"canonicalUrl":"https://docs.api.bluerocktms.com/view/metadata/2sB2qcDM5r"}