Dev Portal
β οΈ API Error Reference
Common API error codes and how to handle them gracefully.
400 β Bad Request
ClientThe request was malformed or missing required parameters.
401 β Unauthorized
ClientYour API key is invalid or missing. Check authentication headers.
403 β Forbidden
ClientYou donβt have permission to access this resource.
404 β Not Found
ClientThe requested endpoint or resource doesnβt exist.
429 β Too Many Requests
ClientYouβve exceeded your rate limit. Try again later.
500 β Internal Server Error
ServerAn unexpected issue occurred on our servers.
π‘ Tip: Always check the
error.message and error.code fields in responses. You can also log them for debugging or display user-friendly messages.