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
2xx
means succesfull requesta response status code
4xx
means error on the client sidea response status code
5xx
means 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