# Replypad API > REST API for Replypad, a help-desk and ticket-management SaaS: tickets and > their comments, customer accounts and contacts, assets, billable items, > charges and service contracts, plus read-only workspace lookups. Base URL > `https://api.replypad.com`, JSON only, Bearer-token authentication. The version is in the path (`/v1/...`). Tokens are per-user and scoped to a single workspace — `GET /v1/tokens/me` describes the calling token and its permissions. Unknown fields in a request body are rejected, never ignored. ## Docs - [llms-full.txt](https://appfiles.replypad.com/www/api/v1/1001/llms-full.txt): The complete agent reference — authentication, conventions, every endpoint, the full error catalog and worked end-to-end examples, in one file. Start here. - [OpenAPI 3.0.3 specification](https://appfiles.replypad.com/www/api/v1/1001/openapi.yaml): The machine-readable spec for the same API.