{"note":"OpenAPI conversion -- returning structured metadata","name":"hubspot-events","description":"Events Events","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 Events Events\n@base https://api.hubapi.com\n@version v3\n@auth OAuth2 | ApiKey private-app in header\n@endpoints 2\n@toc events(2)\n\n@endpoint GET /events/v3/events\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., before: str, eventType: str, id: [str], limit: int(int32) # The maximum number of results to display per page., objectId: int(int64), objectProperty.{propname}: map, objectType: str, occurredAfter: str(date-time), occurredBefore: str(date-time), properties: [str], property.{propname}: map, sort: [str]}\n@returns(200) {paging: map{next: map{after: str, link: str}, prev: map{before: str, link: str}}, results: [map]} # successful operation\n\n@endpoint GET /events/v3/events/event-types\n@returns(200) {eventTypes: [str]} # successful operation\n\n@end\n"}