Overview
The Parchment Health API is a RESTful API that allows you to manage your Patient information in Parchment. Our API follows industry standards including RFC 7807 for error responses and provides consistent, predictable response formats across all endpoints.Getting Started
Once you’ve received your sandbox credentials from Parchment, follow these steps to start using the API.Sign up to the Parchment sandbox
Create your partner account in the Parchment sandbox environment.
Connect each organization
Call the
/validate endpoint for each organization you need to connect so that the org is linked to your integration. See Partner Token Creation for details.Implement the relevant APIs
Implement the Parchment APIs that are relevant to your business workflows (patients, users, prescriptions, SSO, iFrame etc.).
Test your implementation
Validate end-to-end behaviour against the sandbox environment to ensure your integration works as expected.

