TypeScript integration
import Sdk_for_node from 'sdk-for-node'; const client = new Sdk_for_node({ apiKey: "YOUR_API_KEY" });
curl \ -H "X-Appwrite-JWT: $API_KEY" \ https://appwrite.io/v1/teams
curl \ -H "X-Appwrite-JWT: $API_KEY" \ https://appwrite.io/v1/users
curl \ -H "X-Appwrite-JWT: $API_KEY" \ https://appwrite.io/v1/health