HTTP API integration

The HTTP integration lets you connect to any HTTP API.

Setup

When adding an HTTP API integration, you’ll need to set the base URL (all paths will be relative to this). You can optionally set default headers, such as Content-Type: application/json for JSON APIs, or Authorization: Bearer XXX.

Operations

The HTTP API integration allows making requests with the following HTTP methods: GET, POST, PUT, DELETE, PATCH.

Only the GET method can be used in data queries. Backend operations may use all methods.

Was this page helpful?

Have feedback on this page? Let us know on our forum.