Illumidesk
Connector for the illumidesk API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.illumidesk.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
oauth_login— GET /auth/login/{provider}/me— GET /v1/me — A convenience endpoint that is equivalent to GET /v1/users/profiles// servers_options_sizes_list— GET /v1/servers/options/server-size/ — Retrieve available server sizesservers_options_resources_read— GET /v1/servers/options/server-size/{size}/ — Get a server size by idteams_list— GET /v1/teams/ — Get teamsteams_read— GET /v1/teams/{team}/ — Get a team
Inputs
apiKey— your illumidesk 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: oauth_login
apiKey: <your key>