API Introduction
The HappyPathology API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
Section titled “Base URL”All URLs referenced in the documentation have the following base:
https://api.happypathology.com/v1Errors
Section titled “Errors”HappyPathology uses conventional HTTP response codes to indicate the success or failure of an API request.
- Codes in the
2xxrange indicate success. - Codes in the
4xxrange indicate an error that failed given the information provided (e.g., a required parameter was omitted, a charge failed, etc.). - Codes in the
5xxrange indicate an error with HappyPathology’s servers.