{"note":"OpenAPI conversion -- returning structured metadata","name":"hubspot-owners","description":"Crm Owners","version":"v3","base_url":"https://api.hubapi.com","endpoints":2,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Crm Owners\n@base https://api.hubapi.com\n@version v3\n@auth OAuth2 | ApiKey private-app-legacy in header | ApiKey private-app in header\n@endpoints 2\n@toc crm(2)\n\n@endpoint GET /crm/v3/owners\n@optional {after: str # The paging cursor token of the last successfully read resource will be returned as the `paging.next.after` JSON property of a paged response containing more results., archived: bool=false # Whether to return only results that have been archived., email: str # Filter by email address (optional), limit: int(int32)=100 # The maximum number of results to display per page.}\n@returns(200) {paging: map{next: map{after: str, link: str}}, results: [map]} # successful operation\n\n@endpoint GET /crm/v3/owners/{ownerId}\n@desc Retrieve a specific owner by ID\n@required {ownerId: int(int32)}\n@optional {archived: bool=false # Whether to return only results that have been archived., idProperty: str(id/userId)=id}\n@returns(200) {archived: bool, createdAt: str(date-time), email: str, firstName: str, id: str, lastName: str, teams: [map], type: str, updatedAt: str(date-time), userId: int(int32), userIdIncludingInactive: int(int32)} # successful operation\n\n@end\n"}