{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"07600a2a-a15e-4be3-8565-cc2bcec7dd17","name":"HOP - InStore - DeviceToken","description":"The purpose of this API is to allow POS device to store tokens (e.g., Firebase).\n\n**URLs**:\n- Repository: https://github.com/ZXVentures/hop-instore-api-device-token\n- Local: http://localhost:4000/local\n- Development: https://api.dev.modelorama.io/instore/device-token\n- Staging: https://api.staging.modelorama.io/instore/device-token\n- Production: https://api.modelorama.io/instore/device-token **(Not yet deployed)**\n\n## Quick start guide\n\nThis is a [REST](https://restfulapi.net) API, so to invoke all the methods should be performed via HTTP requests to specific resources (endpoints) with specific methods (verbs). So, the available methods/resources are:\n\n- `PUT /device-token`\u001f: To store (create/update) a token for device.\n- `GET /device-token`: To get stored token(s) for device.\n\nAs prerequisites to ensure successful execution:\n- The HOP Admin DB must be properly created and setup.\n- User and Device must be linked to the same Store.\n\n## Authentication guide\n\nAuthentication is performed via AWS Cognito, so is required to have a user created on user pool `mx-modelorama-empresarios-pool-sso`. Using AWS Cognito authentication flow, it should retrieve an `acces_token`, which must be provided as [Bearer Authorization](https://tools.ietf.org/html/rfc6750) header.\n\nSo, each request must follow the pattern:\n\n```shell\ncurl --location --request <verb> '<base_url>/<resource>' \\\n--header 'Authorization: Bearer <access_token>' \\\n--header 'Content-Type: application/json' \\\n--data-raw '<request_body>'\n```\n\n> To sign-up/sign-in manually for testing purposes, you can follow the [Hosted UI flow](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-integration.html). In real life scenario, this should be performed by the front-end via [AWS Amplify](https://aws.amazon.com/amplify). See [Authentication](https://zx-ventures.atlassian.net/wiki/spaces/MOR/pages/2223636511/Authentication) architecture.\n\n> For testing purposes on `dev` and `staging` environments, this process can be follow to [get an AWS Cognito Access Token](https://zx-ventures.atlassian.net/l/c/mfPtJv1G).\n\nWhen the API is called without proper authentication, it will return a response with status code `401` and a body like shown below:\n\n```json\n{\n  \"code\": \"<code>\",\n  \"message\": \"<message>\"\n}\n```\n\nWhere error code/message can be:\n- `E0001` - Missing Authorization: When the Authorization header is not provided, or the access token is empty.\n- `E0003` - Invalid authorization: When the provided access token is not valid, or doesn’t have all required information (issuer, token use).\n- `E0004` - Expired authorization: When the provided access token has already expired.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"14555531","collectionId":"07600a2a-a15e-4be3-8565-cc2bcec7dd17","publishedId":"TzRUCSqk","public":true,"publicUrl":"https://api-doc.modelorama.io","privateUrl":"https://go.postman.co/documentation/14555531-07600a2a-a15e-4be3-8565-cc2bcec7dd17","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.1","publishDate":"2021-05-12T22:59:02.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[{"name":"HOP - API [dev]","id":"f21c1e54-2034-4ab7-92f3-1f9a14ef48e1","owner":"14555531","values":[{"key":"host","value":"https://api.dev.modelorama.io","enabled":true},{"key":"api-key","value":"FQIhK8Unge2xsvoIEx5qf7pENTXvLVre9ii6ivPl","enabled":true},{"key":"access-token","value":"","enabled":true},{"key":"access-token-admin","value":"","enabled":true},{"key":"template-graphql-path","value":"template/graphql","enabled":true},{"key":"template-rest-path","value":"template/rest","enabled":true},{"key":"admin-db-path","value":"admin-db","enabled":true},{"key":"instore-gw-path","value":"gw/instore","enabled":true},{"key":"instore-catalog-path","value":"gw/instore","enabled":true},{"key":"instore-order-path","value":"gw/instore","enabled":true},{"key":"instore-device-config-path","value":"gw/instore","enabled":true},{"key":"instore-device-token-path","value":"gw/instore","enabled":true},{"key":"instore-gesto-pago-path","value":"gw/instore","enabled":true},{"key":"yolo-token-check-path","value":"instore/yolo/token-check","enabled":true},{"key":"yolo-transaction-status-path","value":"instore/yolo/transaction-status","enabled":true},{"key":"yolo-enrolment-status-path","value":"admin/payment/affiliation","enabled":true},{"key":"empresario","value":"empresario","enabled":true},{"key":"empresario-auth","value":"empresario/auth","enabled":true},{"key":"empresario-payment-affiliation","value":"empresario/payment-affiliation","enabled":true},{"key":"admin","value":"admin","enabled":true},{"key":"Admin-auth","value":"admin/auth","enabled":true},{"key":"api-key-yolo-trx","value":"","enabled":true},{"key":"api-key-yolo-enroll","value":"","enabled":true},{"key":"instore-mercado-pago-path","value":"","enabled":true},{"key":"instore-mercado-pago-rest-path","value":"","enabled":true},{"key":"empresario-api","value":"empresario/auth/data","enabled":true},{"key":"apiKeyEnrolment","value":"","enabled":false},{"key":"admin-master-data","value":"admin/master-data/","enabled":true},{"key":"admin-geolocation","value":"admin/geolocation/","enabled":true},{"key":"instore-loyalty-path","value":"gw/instore","enabled":true},{"key":"instore-loyalty-rest-path","value":"instore/loyalty/loyalty","enabled":true},{"key":"instore-reports-path","value":"gw/instore","enabled":true},{"key":"admin-device","value":"admin/device","enabled":true},{"key":"admin-promotions","value":"admin/promotions","enabled":true},{"key":"skuObj","value":"","enabled":true},{"key":"event-order","value":"event/order","enabled":true},{"key":"admin-product-catalog","value":"admin/catalog/product","enabled":true},{"key":"empresarioData","value":"instore/yolo/empresario-data","enabled":true},{"key":"sihay-enrollment","value":"","enabled":true},{"key":"sihay-transaction","value":"","enabled":true},{"key":"data-extract-path","value":"data/extract","enabled":true},{"key":"admin-partner","value":"admin/partner","enabled":true},{"key":"empresario-nps","value":"empresario/nps","enabled":true},{"key":"empresario-gw-path","value":"gw/empresario","enabled":true},{"key":"bulk-load-empresario","value":"gw/admin","enabled":true},{"key":"marketplace","value":"hopmxdev","enabled":true},{"key":"franchise","value":"hopmxdev01","enabled":true},{"key":"AppKey","value":"","enabled":true},{"key":"appKey","value":"","enabled":true,"type":"default"},{"key":"AppToken","value":"","enabled":true},{"key":"appToken","value":"","enabled":true,"type":"default"},{"key":"loyalty-sns","value":"","enabled":true},{"key":"loyalty-sqs","value":"","enabled":true},{"key":"notification-event","value":"local/notification","enabled":true},{"key":"userAdmin","value":"gw/admin","enabled":true},{"key":"data-extract-nps-path","value":"data/extractNPS","enabled":true,"type":"default"},{"key":"data-extract-order-path","value":"data/extract","enabled":true,"type":"default"},{"key":"admin-nps-path","value":"admin/nps","enabled":true,"type":"default"},{"key":"api-key-stf-nps","value":"","enabled":true,"type":"default"},{"key":"data-extract-loyalty-sihay","value":"instore/data/extractLoyalty/testsihay","enabled":true,"type":"default"},{"key":"instore-promotions-path","value":"gw/instore","enabled":true,"type":"default"},{"key":"admin-training-content","value":"gw/admin","enabled":true,"type":"default"},{"key":"empresario-learning","value":"gw/empresario","enabled":true,"type":"default"},{"key":"empresario-collaborator","value":"gw/empresario","enabled":true,"type":"default"},{"key":"instore-omnichannel-order","value":"gw/instore","enabled":true,"type":"default"},{"key":"notification-manager","value":"admin/notificationManager/notification","enabled":true,"type":"default"},{"key":"omnichannel-order-path","value":"omnichannel/order","enabled":true,"type":"default"},{"key":"admin-payment-integration-rest","value":"admin/sihay/paymentIntegration/modeloramasForPartner","enabled":true,"type":"default"},{"key":"admin-nps-customer-path","value":"admin/nps-customer","enabled":true,"type":"default"},{"key":"recovery-order-sns","value":"event/recovery-order","enabled":true,"type":"default"},{"key":"inventory-recovery","value":"event/recovery-order/inventoryrecovery","enabled":true,"type":"default"},{"key":"omnichannel-catalog-path","value":"omnichannel/catalog","enabled":true,"type":"default"},{"key":"omnichannel-inventory-path","value":"omnichannel/inventory","enabled":true,"type":"default"},{"key":"access-token-oauth","value":"","enabled":true,"type":"default"},{"key":"host-oauth2-omni-order","value":"https://hop-mx-omnichannel-oauth2-dev.auth.us-east-1.amazoncognito.com/oauth2/token","enabled":true,"type":"default"},{"key":"landing-db-path","value":"landing-db","enabled":true,"type":"default"},{"key":"landing-api-key-db","value":"","enabled":true,"type":"default"},{"key":"instore-payment-trx","value":"instore/payment-trx","enabled":true,"type":"default"},{"key":"admin-payment-integration-rest-sns-handler","value":"","enabled":true,"type":"default"},{"key":"accessToken","value":"","enabled":false,"type":"any"},{"key":"idToken","value":"","enabled":true,"type":"any"},{"key":"cognitoClientId","value":"","enabled":true,"type":"default"},{"key":"cognitoUserName","value":"","enabled":true,"type":"default"},{"key":"cognitoUserPassword","value":"","enabled":true,"type":"default"},{"key":"landing-forms","value":"gw/public","enabled":true,"type":"default"},{"key":"omnichannel-order-mgmt","value":"omnichannel/ordermgmt","enabled":true,"type":"default"},{"key":"omnichannel.order-mgmt-sns","value":"event","enabled":true,"type":"default"},{"key":"instore-payment-trx-api-key","value":"","enabled":true,"type":"default"},{"key":"landing-api-key","value":"o7O86VExEn57MIuYnhoi87Wrwwt0jRQF2fTKZjxs","enabled":true,"type":"default"},{"key":"landing-api-tickets-rest","value":"landing/tickets","enabled":true,"type":"default"},{"key":"ticketId","value":"1659047048850-100000000","enabled":true,"type":"default"},{"key":"empresario-payment-int-reports","value":"empresario/PaymentIntReports","enabled":true,"type":"default"},{"key":"omnichannel-shipping","value":"omnichannel/shipping","enabled":true,"type":"default"},{"key":"omnichannel-shipping-webhook","value":"shippingWebhook","enabled":true,"type":"default"},{"key":"omnichannel-shipping-createTask","value":"shippingTask","enabled":true,"type":"default"},{"key":"inventory-invoke","value":"instore/inventory/inventory-bach","enabled":true},{"key":"api-key-batch-inventory","value":"","enabled":true},{"key":"stream-order-sync-path","value":"instore/ordersync","enabled":true,"type":"default"},{"key":"host-heroku","value":"https://maz-wholesalers-dispatcher-uat.herokuapp.com/api/data-ingestion-relay-service/v1/","enabled":true,"type":"default"},{"key":"host-heroku-oauth","value":"https://maz-wholesalers-dispatcher-uat.herokuapp.com/api/auth/token","enabled":true,"type":"default"},{"key":"heroku-client-id","value":"","enabled":true,"type":"default"},{"key":"heroku-client-secret","value":"","enabled":true,"type":"default"},{"key":"superlikers","value":"gw/instore/superlikers","enabled":true,"type":"default"},{"key":"notification-apps-path","value":"event/notificationapps","enabled":true},{"key":"instore-order-graph","value":"instore/ordergraph","enabled":true,"type":"default"},{"key":"host-oauth-omnichannel-order","value":" https://hop-mx-omnichannel-oauth2-dev.auth.us-east-1.amazoncognito.com/oauth2/token?grant_type=client_credentials&scope=omnichannel/order","enabled":true,"type":"default"},{"key":"host-heroku-get","value":"https://maz-wholesalers-dispatcher-uat.herokuapp.com/v1/order-service/v2","enabled":true,"type":"default"},{"key":"inventory-orderAknowledgment","value":"instore/inventoryConsistency/consistency/orderAknowledgment","enabled":true},{"key":"APOLLO_KEY_INSTORE","value":"","enabled":true},{"key":"baseUrl","value":"","enabled":true},{"key":"beesPay-authorization-token","value":"","enabled":true},{"key":"cognitoAccessToken","value":"","enabled":true,"type":"any"},{"key":"cognitoIdToken","value":"","enabled":true,"type":"any"},{"key":"admin-nps-delivery-window-path","value":"admin/npsdelivery","enabled":true},{"key":"sihay-api-key","value":"","enabled":true},{"key":"token","value":"","enabled":true,"type":"any"},{"key":"searchedPartyId","value":"","enabled":true,"type":"any"},{"key":"api-key-stf-dw","value":"","enabled":true},{"key":"batch-createOrder","value":"instore/inventory/inventory-bach/api/createOrder","enabled":true},{"key":"API_KEY_STEPFUNCTION_INVENTORY_BATCH","value":"","enabled":true},{"key":"batch-metrics","value":"instore/inventory/inventory-bach/api/metrics","enabled":true},{"key":"beesPay-authorization-token-exchange","value":"","enabled":true,"type":"any"},{"key":"UpdateConsistency","value":"instore/inventoryConsistency/consistency/batchSQS","enabled":true},{"key":"host-heroku-get-v3","value":"https://maz-wholesalers-dispatcher-uat.herokuapp.com/v1/order-service/v3","enabled":true,"type":"default"},{"key":"instore-catalog-sync-path","value":"instore/catalog-sync","enabled":true,"type":"default"},{"key":"api-key-stf-catalog-grouper","value":"","enabled":true,"type":"default"},{"key":"batch-commision-agent","value":"instore/inventory/inventory-bach/api/commissionAgent","enabled":true,"type":"default"},{"key":"api-key-batch-inventory","value":"AykqCe0L8X3JnA7ZeYNAQ8Ef8tBeUUql9Efz9aTN","enabled":true,"type":"default"},{"key":"api-maw","value":"admin/maw","enabled":true},{"key":"instore-delivery-path","value":"instore/delivery-notification","enabled":true,"type":"default"},{"key":"delivery-data-irep-refill","value":"https://api.dev.modelorama.io/instore/delivery-notification/delivery-data","enabled":true},{"key":"batch-franchise","value":"instore/inventory/inventory-bach/api/franchise","enabled":true,"type":"default"},{"key":"tada-consistency-getRawData","value":"https://apiinstore/tada/consistency-tada/getRawData","enabled":true},{"key":"omnichannel-reports","value":"omnichannel/reports","enabled":true},{"key":"data-own-product","value":"data/extract/own-product","enabled":true,"type":"default"},{"key":"irep-oauth","value":"Basic N2lydW41aDUwcDNvNmJtYTJzdnJndmo2dXM6ajdwNTk3Mmpnb3JiMGFobHRxOTNjdG91cW83ajM1NjBsdWpsdGF2NGVsMGZxc3Vsam1r","enabled":true},{"key":"getDelivery-irepToken","value":"https://hop-mx-instore-delivery-oauth2-dev.auth.us-east-1.amazoncognito.com/oauth2/token?grant_type=client_credentials&scope=delivery/order","enabled":true},{"key":"maz-products-webscraper-db-path","value":"maz-products-webscraper-db","enabled":true,"type":"default"},{"key":"admin-store","value":"admin/store","enabled":true,"type":"default"},{"key":"api-key-payment-aff","value":"","enabled":true,"type":"default"},{"key":"data-login-store","value":"data/extract/pos-login","enabled":true,"type":"default"},{"key":"admin-gw","value":"gw/admin","enabled":true},{"key":"admin-tms","value":"admin/tms","enabled":true},{"key":"admin-api-tms","value":"admin/tms","enabled":true},{"key":"admin-payment-integration-cron-payment","value":"admin/sihay/paymentIntegration/cronPayment","enabled":true,"type":"default"},{"key":"api-key-cron-payment","value":"","enabled":true,"type":"default"},{"key":"scanntech-order","value":"instore/data-scanntech","enabled":true,"type":"default"},{"key":"api-key-scanntech","value":"","enabled":true,"type":"default"},{"key":"URL_BASE","value":"http://br.homo.apipdv.scanntech.com","enabled":true,"type":"default"},{"key":"idEmpresa","value":"74874","enabled":true,"type":"default"},{"key":"idLocal","value":"101138475","enabled":true,"type":"default"},{"key":"idCaja","value":"1","enabled":true,"type":"default"},{"key":"token_scanntech","value":"","enabled":true,"type":"default"},{"key":"cognitoClientSecret","value":"","enabled":true,"type":"default"}],"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/768118b36f06c94b0306958b980558e6915839447e859fe16906e29d683976f0","favicon":"https://modelorama.io/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":"HOP - API [dev]","value":"14555531-f21c1e54-2034-4ab7-92f3-1f9a14ef48e1"}],"canonicalUrl":"https://api-doc.modelorama.io/view/metadata/TzRUCSqk"}