{ "opencollection": "1.0.0", "info": { "name": "Harbor Compliance Compliance Filings Licenses API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "Harbor Compliance List business licenses", "type": "http" }, "http": { "method": "GET", "url": "https://api.harborcompliance.com/v1/licenses", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results (1-based)." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "entity_id", "value": "", "type": "query", "description": "Filter licenses by entity identifier." }, { "name": "state", "value": "", "type": "query", "description": "Filter licenses by state jurisdiction." }, { "name": "status", "value": "", "type": "query", "description": "Filter by license status." } ] }, "docs": "Returns a paginated list of business licenses managed for partner entities. Licenses can be filtered by entity, jurisdiction, license type, and status." }, { "info": { "name": "Harbor Compliance Create a license application", "type": "http" }, "http": { "method": "POST", "url": "https://api.harborcompliance.com/v1/licenses", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a new business license application for a specified entity and jurisdiction. Harbor Compliance will process the application and update the status as it progresses through the licensing workflow." }, { "info": { "name": "Harbor Compliance Get a business license", "type": "http" }, "http": { "method": "GET", "url": "https://api.harborcompliance.com/v1/licenses/:licenseId", "params": [ { "name": "licenseId", "value": "", "type": "path", "description": "Unique identifier for the business license." } ] }, "docs": "Retrieves detailed information about a specific business license including its current status, expiration date, renewal requirements, and associated filings." }, { "info": { "name": "Harbor Compliance Renew a business license", "type": "http" }, "http": { "method": "POST", "url": "https://api.harborcompliance.com/v1/licenses/:licenseId/renew", "params": [ { "name": "licenseId", "value": "", "type": "path", "description": "Unique identifier for the business license." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates the renewal process for an existing business license. This creates a renewal order that Harbor Compliance will process through the appropriate jurisdiction's renewal workflow." } ] } ], "bundled": true }