Create marketplace request

Creates a new marketplace request for a specific connection. Requests define HTTP calls that can be executed against external APIs through the established connection.

Path Params
string
required

Tenant identifier.

string
required

Connection identifier that was authorized.

Body Params
string
length between 1 and 255

Human-readable name for this request template. If not provided, will be auto-generated from method and URL.

string
enum
required

HTTP method for the API request.

Allowed:
string
required
length between 1 and 2048

URL path for the API endpoint. Can include parameters using {paramName} syntax for dynamic substitution.

requestBody
object

JSON request body to be sent with the API call. Supports template variables using {variable} syntax.

headers
object

HTTP headers to include with the request. Supports template variables using {variable} syntax.

boolean
Defaults to false

Whether this request supports pagination. If true, the system will handle paginated responses automatically.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json