Basic Information

appmixer.cliniko.core.MakeApiCall

Make API Call

1.0.0

Public

Performs an arbitrary authorized call against the Cliniko API. The path is resolved against the base URL derived from your API key's shard, so a path such as /patients is enough.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Path relative to the account base URL (for example /patients) or a full URL on the same host.
HTTP Method select Select the HTTP method for the API call.
Query Parameters key-value Optional query parameters. Use the key q[] more than once to send several Cliniko filters.
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 -
Response Headers -
Response Body -

Full Metadata