The Make API uses standard HTTP error codes in combination with custom Make error codes.
In general:
a response status code 2xx means succesfull request
2xx
a response status code 4xx means error on the client side
4xx
a response status code 5xx means error on the server side (internal error in Make)
5xx
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 25 days ago