Troubleshooting and error handling
The Make API uses standard HTTP error codes in combination with custom Make error codes.
In general:
a response status code
2xxmeans succesfull requesta response status code
4xxmeans error on the client sidea response status code
5xxmeans error on the server side (internal error in Make)
For more information, check detailed overview of error types and their possible causes in the dedicated section.
For general troubleshooting tips, check out the Troubleshooting section.
Last updated

