Skip to main content
QuickHire

QuickHire for developers

QuickHire Developer Resources

Everything needed to build an integration with QuickHire or connect an AI agent to it: a full REST API reference, an MCP server, and the machine-readable files QuickHire publishes for search engines and LLMs.

Resources

Authentication

Endpoints that read public catalog/content data need no authentication. Endpoints that act on a specific customer (bookings, payments, chat, account) require a bearer JWT, obtained via the Auth endpoints in the OpenAPI spec (POST /auth/send-otp + POST /auth/verify-otp, or POST /auth/guest-access for an anonymous session). Send it as Authorization: Bearer <token>.

Rate limits

Every response carries standard RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers so a caller can self-throttle; a 429 response also carries Retry-After.