Success and Errors Status Codes
A list of status codes you might come across while using the Naviget API
HTTP Status Code |
Name |
Meaning |
---|---|---|
200 |
OK |
Standard success response |
201 |
Created |
Resource created successfully |
204 |
No Content |
Successful request with no response body (e.g. successful delete operations) |
400 |
Bad Request |
Invalid request format/paramaters |
401 |
Unauthorized |
Authentication failed or missing |
403 |
Forbidden |
Authenticated but insufficient permissions |
404 |
Not Found |
Resource not found |
409 |
Conflict |
Resource conflict (e.g. existing patient ID) |
429 |
Too Many Requests |
Rate limit exceeded |
500 |
Internal Server Error |
Unexpected server error (e.g. DB failures, third-party service outages) |
501 |
Not Implemented |
Endpoint not yet available |