Basic Information

appmixer.convex.core.MakeApiCall

1.0.0

Public

Perform an arbitrary authorized API call to the Convex API using the selected Team Access Token.

Input Ports

in

FieldTypeDescription
API Endpoint text Enter the API endpoint path relative to https://api.convex.dev (for example /v1/teams/{teamId}/list_projects) or provide a full URL.
HTTP Method select Select the HTTP method for the API call.
Request Body (JSON) textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).
Headers key-value Optional additional request headers.
Query Parameters key-value Optional query parameters.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata