{ "opencollection": "1.0.0", "info": { "name": "Harbor Compliance Compliance Filings Entities API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Harbor Compliance List business entities", "type": "http" }, "http": { "method": "GET", "url": "https://api.harborcompliance.com/v1/entities", "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": "state", "value": "", "type": "query", "description": "Filter entities by state of formation (two-letter state code)." }, { "name": "entity_type", "value": "", "type": "query", "description": "Filter by entity type." }, { "name": "status", "value": "", "type": "query", "description": "Filter by entity status." } ] }, "docs": "Returns a paginated list of business entities managed under the partner account. Results can be filtered by entity type, state, and status." }, { "info": { "name": "Harbor Compliance Create a business entity", "type": "http" }, "http": { "method": "POST", "url": "https://api.harborcompliance.com/v1/entities", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new business entity record in Harbor Compliance. This registers the entity for compliance tracking and monitoring across applicable jurisdictions." }, { "info": { "name": "Harbor Compliance Get a business entity", "type": "http" }, "http": { "method": "GET", "url": "https://api.harborcompliance.com/v1/entities/:entityId", "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Unique identifier for the business entity." } ] }, "docs": "Retrieves detailed information about a specific business entity including its formation details, registered agent, compliance status, and active licenses." }, { "info": { "name": "Harbor Compliance Update a business entity", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.harborcompliance.com/v1/entities/:entityId", "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Unique identifier for the business entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates mutable fields on a business entity record such as the contact information, principal address, and officer details." }, { "info": { "name": "Harbor Compliance Get compliance status for an entity", "type": "http" }, "http": { "method": "GET", "url": "https://api.harborcompliance.com/v1/entities/:entityId/compliance", "params": [ { "name": "entityId", "value": "", "type": "path", "description": "Unique identifier for the business entity." } ] }, "docs": "Returns the full compliance status for a business entity including upcoming filing deadlines, overdue items, and a summary of active compliance requirements across all jurisdictions where the entity operates." } ] } ], "bundled": true }