1. Get your API Key
To start building, you’ll need an API key.- Log in to your Client Commander Dashboard
- Go to Admin > API Keys
- Click “Create New Key”
- Copy the key (it starts with
ccmd_live_) behavior
2. Install the SDK
The easiest way to interact with the API is using our official TypeScript SDK.3. Make your first request
Create a file namedindex.ts and add the following code:
index.ts

