HTTP Errors

An error in an API Connector function typically corresponds to a standard HTTP error code returned by the API that you called. For example, if the API returns the status code 400, you get a "Bad Request" error. If the status code is 401, the error is "Unauthorized." For a full list of possible status codes, see HTTP status codes.

In addition to the status code, the data returned by the API will often include additional error information that can help you determine the cause of the error. For example, if you used an API Connector Get card to call OpenWeatherMap's API with an invalid key, you will receive an "Unauthorized" error. You will also read the message "Invalid API key" along with a link for more information.

Related topics

Functions in Workflows

Workflow elements