Kumpeapps
Tool for the kumpeapps API.
- Base URL:
https://restapi.kumpeapps.com/v5 - Auth:
header:X-Auth(pass your key via theapiKeyinput)
Operations
auth_authkey_get— GET /authentication/authkey — Request auth key for user (login user)auth_verifyotp_get— GET /authentication/verifyotp — Verifies YubiKey OTP for authenticated userkkid_allowance_get— GET /kkid/allowance — returns allowance balance and allowance transactionskkid_chorelist_get— GET /kkid/chorelist — returns list of chores for given userkkid_share_get— GET /kkid/share — Create Share Linkkkid_user_get— GET /kkid/user — Gets user info
Inputs
apiKey— your kumpeapps API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: auth_authkey_get
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: auth_authkey_get, auth_verifyotp_get, kkid_allowance_get, kkid_chorelist_get, kkid_share_get, kkid_user_get |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |