Error Reference

Puga Trinicare uses standard HTTP response codes to indicate the success or failure of an API request. Codes in the 4xx range indicate an error that failed given the information provided.

HTTPTypeDescription
400bad_requestMissing required parameters or invalid JSON body.
401unauthorizedInvalid API key or expired JWT token.
403forbiddenInsufficient RBAC permissions for the requested resource.
404not_foundThe clinical resource (e.g., patient ID) does not exist.
429rate_limitToo many requests. Quota exceeded for your tier.
500api_errorInternal medical core processing failure.

Need Clinical Debugging?

If you encounter an error not listed here, please provide the X-Request-ID from your response header to our engineering support team.