Appwrite Server
Connector for the appwrite-server API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://appwrite.io/v1 - Auth:
header:X-Appwrite-JWT(pass your key via theapiKeyinput)
Operations
accountget— GET /account — Get Accountaccountgetlogs— GET /account/logs — Get Account Logsaccountgetprefs— GET /account/prefs — Get Account Preferencesaccountgetsessions— GET /account/sessions — Get Account Sessionsaccountgetsession— GET /account/sessions/{sessionId} — Get Session By IDavatarsgetbrowser— GET /avatars/browsers/{code} — Get Browser Icon
Inputs
apiKey— your appwrite-server 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: accountget
apiKey: <your key>