Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a key, verify identity, and list campaigns.
campaigns:read organizations:read workspaces:read
export FIRSTSALES_API_KEY="fs_..." export FIRSTSALES_BASE_URL="https://api.app.firstsales.io"
firstsales whoami --json
curl "$FIRSTSALES_BASE_URL/api/v1/whoami" \ -H "Authorization: Bearer $FIRSTSALES_API_KEY"
firstsales workspaces list --org org_123 --json
firstsales campaigns list --org org_123 --workspace ws_123 --json
firstsales contacts create \ --org org_123 \ --workspace ws_123 \ --data '{"email":"alex@example.com","firstName":"Alex"}' \ --idempotency-key import-row-001 \ --json