Kumpeapps
Connector for the kumpeapps API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>