Edvak Docs
HomeFHIR APICCDA API
HomeFHIR APICCDA API
LinkedIn
  1. Getting Started
  • Getting Started
    • Introduction
    • Authentication & Access
    • Errors
  • APIs
    • Generate Token
      POST
    • CCDA Retrieval
      GET
  • Legal & Compliance
    • API Terms of Use
  1. Getting Started

Errors

Edvak EHR APIs use standard HTTP status codes to indicate the success or failure of a request. These codes help developers understand what went wrong and how to address it.
2xx — Successful operation
4xx — Client-side error (invalid input, missing parameters, unauthorized access, etc.)
5xx — Server-side error (unexpected issue on Edvak FHIR server)

Common Status Codes#

Status CodeDescription
200 OKRequest was successful
403 ForbiddenThe request did not include a valid Bearer token or access was denied
404 Not FoundResource not found or incorrect endpoint
500 Server ErrorUnexpected error on Edvak server
Previous
Authentication & Access
Next
APIs
Built with