Clickmeter
Connector for the clickmeter API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://apiv2.clickmeter.com:80 - Auth:
header:X-Clickmeter-AuthKey(pass your key via theapiKeyinput)
Operations
account_get— GET /account — Retrieve current account dataaccount_getdomainwhitelist— GET /account/domainwhitelist — Retrieve list of a domains allowed to redirect in DDU modeaccount_getguests— GET /account/guests — Retrieve list of a guestaccount_getguestscount— GET /account/guests/count — Retrieve count of guestsaccount_getguest— GET /account/guests/{guestId} — Retrieve a guestaccount_getpermissions— GET /account/guests/{guestId}/permissions — Retrieve permissions for a guest
Inputs
apiKey— your clickmeter 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: account_get
apiKey: <your key>