{ "info": { "_postman_id": "3a6a93ff-de92-41be-9e7a-28c43fa76179", "name": "SpotHero Parking Availability Rates API", "description": "The SpotHero Parking API provides programmatic access to the largest network of off-street parking facilities in North America. Partners can search for available parking spots, check real-time availability, create and manage reservations, and access facility details including pricing, amenities, and directions. The API supports navigation apps, mobility platforms, connected car dashboards, event ticketing systems, and enterprise fleet management solutions.\n\nContact Support:\n Name: SpotHero Partner Support\n Email: partner.support@spothero.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-3a6a93ff-de92-41be-9e7a-28c43fa76179" }, "item": [ { "name": "facilities", "item": [ { "name": "{facility_id}", "item": [ { "name": "rates", "item": [ { "name": "Get Facility Rates", "id": "0d2dea48-fe42-4435-92b7-b629e3fe6d91", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/facilities/:facility_id/rates?starts=&ends=", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id", "rates" ], "query": [ { "description": "Start time for rate calculation in ISO 8601 format", "key": "starts", "value": "" }, { "description": "End time for rate calculation in ISO 8601 format", "key": "ends", "value": "" } ], "variable": [ { "id": "c575d1fe-4cda-403b-aaa3-8f9875ca45ee", "key": "facility_id", "value": "", "description": "(Required) Unique identifier for the parking facility" } ] }, "description": "Retrieve pricing rates for a specific parking facility. Returns hourly, daily, monthly, and event rates where available." }, "response": [ { "id": "71320421-7044-4658-92a1-e0d75512062a", "name": "Rate information", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/facilities/:facility_id/rates?starts=&ends=", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id", "rates" ], "query": [ { "description": "Start time for rate calculation in ISO 8601 format", "key": "starts", "value": "" }, { "description": "End time for rate calculation in ISO 8601 format", "key": "ends", "value": "" } ], "variable": [ { "key": "facility_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"facility_id\": \"\",\n \"rates\": [\n {\n \"rate_id\": \"\",\n \"name\": \"\",\n \"type\": \"event\",\n \"price\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"display\": \"\"\n },\n \"starts\": \"\",\n \"ends\": \"\",\n \"vehicle_types\": [\n \"\",\n \"\"\n ]\n },\n {\n \"rate_id\": \"\",\n \"name\": \"\",\n \"type\": \"overnight\",\n \"price\": {\n \"amount\": \"\",\n \"currency\": \"\",\n \"display\": \"\"\n },\n \"starts\": \"\",\n \"ends\": \"\",\n \"vehicle_types\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-71320421-7044-4658-92a1-e0d75512062a" }, { "id": "22c40627-a5f0-49f0-b771-50a1a87ae29b", "name": "Unauthorized - invalid or missing API key", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/facilities/:facility_id/rates?starts=&ends=", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id", "rates" ], "query": [ { "description": "Start time for rate calculation in ISO 8601 format", "key": "starts", "value": "" }, { "description": "End time for rate calculation in ISO 8601 format", "key": "ends", "value": "" } ], "variable": [ { "key": "facility_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": {}\n}", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-22c40627-a5f0-49f0-b771-50a1a87ae29b" }, { "id": "056bae8e-7059-4f59-89e2-080e6671949a", "name": "Resource not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/facilities/:facility_id/rates?starts=&ends=", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id", "rates" ], "query": [ { "description": "Start time for rate calculation in ISO 8601 format", "key": "starts", "value": "" }, { "description": "End time for rate calculation in ISO 8601 format", "key": "ends", "value": "" } ], "variable": [ { "key": "facility_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": {}\n}", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-056bae8e-7059-4f59-89e2-080e6671949a" }, { "id": "d403436e-6f43-4917-a337-54cccf0ffb29", "name": "Rate limit exceeded", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-Key", "value": "" } ], "url": { "raw": "{{baseUrl}}/facilities/:facility_id/rates?starts=&ends=", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id", "rates" ], "query": [ { "description": "Start time for rate calculation in ISO 8601 format", "key": "starts", "value": "" }, { "description": "End time for rate calculation in ISO 8601 format", "key": "ends", "value": "" } ], "variable": [ { "key": "facility_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"message\": \"\",\n \"details\": {}\n}", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-d403436e-6f43-4917-a337-54cccf0ffb29" } ], "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-0d2dea48-fe42-4435-92b7-b629e3fe6d91" } ], "id": "73882759-4382-4282-9f99-e5a8a1aeb626", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-73882759-4382-4282-9f99-e5a8a1aeb626" } ], "id": "c746e2c4-39ba-4384-8065-9689ed4c1c70", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-c746e2c4-39ba-4384-8065-9689ed4c1c70" } ], "id": "4e66d760-628a-4a01-858e-fd820bb0736a", "createdAt": "2026-07-28T03:00:56.000Z", "updatedAt": "2026-07-28T03:00:56.000Z", "uid": "35240-4e66d760-628a-4a01-858e-fd820bb0736a" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-Key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.spothero.com/v2" } ] }