Errors Codes

📘

The following errors describe in general what you will get for the different endpoints available in Pluggy API.

Error CodeMeaning
400Bad Request -- Your request is invalid.
401Unauthorized -- Your API key is wrong.
403Forbidden -- The resource you are trying to access, you don't have permissions.
404Not Found -- The specified resource could not be found.
405Method Not Allowed -- The specific endpoint doesn't support that method.
406Not Acceptable -- You requested a format that isn't JSON.
409Conflict -- The request could not be completed due to a conflict with the current state of the target resource
429Too Many Requests -- You've exceeded your quota limit.
500Internal Server Error -- We had a problem with our server. Try again later.
503Service Unavailable -- We're temporarily offline for maintenance. Please try again later.