appmixer.mollie.core.MakeAPICall
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Method | select | HTTP method to use. |
| API Endpoint Path | text | Enter the endpoint path (e.g. /v2/payments) or a full URL like https://api.mollie.com/v2/payments?limit=5. |
| Headers | text | Optional additional headers to send as a JSON object. |
| Query Parameters | textarea | Optional query parameters as a JSON object (e.g. {"limit": 10, "offset": 0}). |
| Body | textarea | Optional JSON request body (for POST/PUT/PATCH). |
| Field | Type | Description |
|---|---|---|
| Status Code | - | |
| Response Headers | - | |
| Response Body | - |