{ "info": { "_postman_id": "34d4b2bb-c7e5-451a-961a-e8022626349e", "name": "SpotHero Parking Availability Facilities 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:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-34d4b2bb-c7e5-451a-961a-e8022626349e" }, "item": [ { "name": "facilities", "item": [ { "name": "{facility_id}", "item": [ { "name": "Get Facility", "id": "29d5aa98-1901-4c56-9d4b-bf88b44643ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/facilities/:facility_id", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id" ], "variable": [ { "id": "d7818e3d-0685-4227-8d3f-f9f45791efe0", "key": "facility_id", "value": "", "description": "(Required) Unique identifier for the parking facility" } ] }, "description": "Retrieve detailed information about a specific parking facility including address, amenities, operating hours, pricing, and directions." }, "response": [ { "id": "7f0ddb4c-5767-4c55-900b-fd3ffde7d1d7", "name": "Facility details", "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", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id" ], "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 \"name\": \"\",\n \"description\": \"\",\n \"address\": {\n \"street\": \"\",\n \"city\": \"\",\n \"state\": \"\",\n \"zip\": \"\",\n \"country\": \"\"\n },\n \"coordinates\": {\n \"latitude\": \"\",\n \"longitude\": \"\"\n },\n \"phone\": \"\",\n \"hours\": {\n \"monday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"tuesday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"wednesday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"thursday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"friday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"saturday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"sunday\": {\n \"open\": \"\",\n \"close\": \"\",\n \"closed\": \"\"\n },\n \"is_24_hours\": \"\"\n },\n \"amenities\": [\n \"\",\n \"\"\n ],\n \"capacity\": \"\",\n \"entry_instructions\": \"\",\n \"exit_instructions\": \"\",\n \"rating\": \"\",\n \"review_count\": \"\",\n \"operator\": \"\",\n \"facility_type\": \"street\"\n}", "createdAt": "2026-07-28T03:00:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-7f0ddb4c-5767-4c55-900b-fd3ffde7d1d7" }, { "id": "611cee85-a86f-43bd-9113-ccb9287ae170", "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", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id" ], "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:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-611cee85-a86f-43bd-9113-ccb9287ae170" }, { "id": "451903ab-f6b7-479c-b12f-a5986eb2b20a", "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", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id" ], "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:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-451903ab-f6b7-479c-b12f-a5986eb2b20a" }, { "id": "52540286-e917-4c23-b878-0d8313f9c0ae", "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", "host": [ "{{baseUrl}}" ], "path": [ "facilities", ":facility_id" ], "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:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-52540286-e917-4c23-b878-0d8313f9c0ae" } ], "createdAt": "2026-07-28T03:00:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-29d5aa98-1901-4c56-9d4b-bf88b44643ff" } ], "id": "7c138d3b-ad72-4cbc-93b3-d8f7e21347d3", "createdAt": "2026-07-28T03:00:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-7c138d3b-ad72-4cbc-93b3-d8f7e21347d3" } ], "id": "770e17c6-35aa-48d3-8623-9b992f5d771f", "createdAt": "2026-07-28T03:00:55.000Z", "updatedAt": "2026-07-28T03:00:55.000Z", "uid": "35240-770e17c6-35aa-48d3-8623-9b992f5d771f" } ], "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" } ] }