Error Handling Guide
Error Codes
Prizm uses standard HTTP response codes to indicate the success or failure of an API request.
Standard Codes
HTTP Protocol400
bad_request
The request was unacceptable, often due to missing a required parameter.
401
unauthorized
No valid API key provided.
402
request_failed
The parameters were valid but the request failed.
403
forbidden
The API key doesn't have permissions to perform the request.
404
not_found
The requested resource doesn't exist.
429
too_many_requests
Too many requests hit the API too quickly.
Error Persistence
All 4xx and 5xx errors are logged in real-time. If you encounter persistent 500 status codes, please contact our reliability engineering team immediately.
Need Assistance?
Our support engineers are ready to help with edge-case debugging.