Basic Information

appmixer.hubbi.core.MakeApiCall

2.0.0

Public

Make an authenticated request to the HubBI Flows API. The clientKey query parameter and Bearer token are added automatically.

Input Ports

in

FieldTypeDescription
URL text The API endpoint path relative to your tenant base URL, e.g. /Flows/Home/ListTargetHubs. A full URL is also accepted.
HTTP Method select The HTTP method to use.
Query Parameters key-value Extra query parameters. clientKey is added automatically.
Request Body textarea Request body as JSON. Applies to POST/PUT/PATCH.
Request Headers key-value Extra request headers. Authorization is added automatically.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata