Appwrite Client
Connector for the appwrite-client 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 Sessionsaccountcreateoauth2session— GET /account/sessions/oauth2/{provider} — Create Account Session with OAuth2accountgetsession— GET /account/sessions/{sessionId} — Get Session By ID
Inputs
apiKey— your appwrite-client 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>