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 Code | Description |
---|
200 OK | Request was successful |
403 Forbidden | The request did not include a valid Bearer token or access was denied |
404 Not Found | Resource not found or incorrect endpoint |
500 Server Error | Unexpected error on Edvak server |
Modified at 2025-05-16 13:38:42