{"files":{"SKILL.md":"---\nname: crm-owners\ndescription: \"Crm Owners API skill. Use when working with Crm Owners for crm. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Crm Owners\nAPI version: v3\n\n## Auth\nOAuth2 | ApiKey private-app-legacy in header | ApiKey private-app in header\n\n## Base URL\nhttps://api.hubapi.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /crm/v3/owners -- verify access\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Crm\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /crm/v3/owners |  |\n| GET | /crm/v3/owners/{ownerId} | Retrieve a specific owner by ID |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all owners?\" -> GET /crm/v3/owners\n- \"Get owner details?\" -> GET /crm/v3/owners/{ownerId}\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Paginated endpoints accept limit/offset or cursor parameters\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@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"}}