Basic Information

appmixer.tldv.core.MakeApiCall

Make API Call

1.0.0

Public

Performs an arbitrary authorized API call to the tl;dv API. Useful for reaching endpoints not yet covered by dedicated components, especially while the API is still in v1alpha1.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Enter the API endpoint path relative to https://pasta.tldv.io (for example /v1alpha1/meetings) or provide a full URL.
HTTP Method select Select the HTTP method for the API call.
Query Parameters key-value Optional query parameters.
Request Body textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).
Request Headers key-value Optional additional request headers.

Output Ports

out

FieldTypeDescription
Status Code number -
Response Headers object -
Response Body object -

Full Metadata