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