# Vespy API > HTTP API for the Vespy property management platform: properties, units, leases, tenants, owners, accounting, trust, work orders, and integrations. Base URL: https://api.getvespy.com Authentication: `Authorization: Bearer ` on every endpoint except the webhook receivers, which authenticate by provider signature. Any page can be fetched as raw markdown by appending `.md` to its path. IMPORTANT: `llms-full.txt` below contains the hand-written guides only. The endpoint reference is generated from the OpenAPI document and lives in the two links under "Optional" — start there for anything about a specific endpoint. ## Documentation Sets - [Abridged documentation](https://docs.getvespy.com/llms-small.txt): a compact version of the documentation for Vespy API, with non-essential content removed - [Complete documentation](https://docs.getvespy.com/llms-full.txt): the full documentation for Vespy API ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation ## Optional - [Endpoint reference](https://docs.getvespy.com/llms-api.txt): Every endpoint in one plain-text file — method, path, auth, parameters, request body, and response shapes - [OpenAPI document](https://docs.getvespy.com/openapi.json): The public machine-readable OpenAPI 3.0 spec, with full JSON Schemas