# VitaRelay ## Docs - [Overview](https://api.vitarelay.com/getting-started/overview.md): The VitaRelay API — what it is, who it's for, and how to get started. - [Quickstart](https://api.vitarelay.com/getting-started/quickstart.md): Create a patient, submit an intake, and place an order end to end. - [Authentication](https://api.vitarelay.com/getting-started/authentication.md): How to authenticate API requests using API keys. - [API Keys](https://api.vitarelay.com/getting-started/api-keys.md): How VitaRelay issues your API key, what it can do, and how to rotate or revoke it. - [Environments](https://api.vitarelay.com/getting-started/environments.md): One base URL, two key environments — live and test. - [Sandbox](https://api.vitarelay.com/getting-started/sandbox.md): Test the full API with a vr_test_ key — isolated, synthetic, and never charged. - [REST API (v1)](https://api.vitarelay.com/getting-started/rest-api.md): Public read-only REST endpoints authenticated with an API key. - [Errors](https://api.vitarelay.com/getting-started/errors.md): The error envelope, error codes, and how to handle failures. - [Rate Limits](https://api.vitarelay.com/getting-started/rate-limits.md): API rate limits and how to handle 429 responses. - [Webhooks Overview](https://api.vitarelay.com/webhooks/overview.md): How VitaRelay sends signed outbound event notifications to your endpoint. - [Event Types](https://api.vitarelay.com/webhooks/events.md): The five VitaRelay webhook events and their exact payloads. - [Receiving Deliveries](https://api.vitarelay.com/webhooks/inbound.md): Build an endpoint that verifies, acknowledges, and processes VitaRelay webhook deliveries. - [Webhook Security](https://api.vitarelay.com/webhooks/security.md): Verify the HMAC-SHA256 signature on every VitaRelay webhook delivery. - [Retries & Delivery](https://api.vitarelay.com/webhooks/retries.md): How VitaRelay retries failed webhook deliveries and when they are dead-lettered. - [EHR Integration Guide](https://api.vitarelay.com/guides/ehr-integration.md): Connect your EHR or EMR to VitaRelay to automate escript submission and order tracking. - [Pharmacy Integration](https://api.vitarelay.com/guides/pharmacy-integration.md): Push order fulfillment status and inventory updates from your pharmacy system into VitaRelay. - [Order Flow](https://api.vitarelay.com/guides/order-flow.md): The end-to-end Vita Clinic lifecycle from patient creation through delivery. ## OpenAPI Specs - [openapi](https://api.vitarelay.com/openapi.yaml) ## Optional - [Status](https://status.vitarelay.com) - [Support](mailto:info@vitarelay.com)