Ijenko
Connector for the ijenko API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://ioe2api.ijenko.net - Auth:
header:Access-Token(pass your key via theapiKeyinput)
Operations
account_places— GET /account/places — List Places of the Accountaccount_tokens— GET /account/tokens — List active Tokens of the Accountaccount_users— GET /account/users — List Users of the Accountaccount_getuser— GET /account/users/{userId} — Information about a Useruser_getmetadata— GET /account/users/{userId}/metadata — List metadatadevices_get— GET /devices/{deviceId} — Information about a Device
Inputs
apiKey— your ijenko 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_places
apiKey: <your key>