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 a full URL or a path relative to https://api.convex.dev. Example: /v1/teams/{teamId}/list_projects.
HTTP Method select Select the HTTP method for the API call.
Request Body (JSON) textarea Optional JSON request payload. Leave empty for methods like GET or DELETE.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata