Skip to main content
Claude.ai often cannot run a local CLI. Use HTTPS workflows instead.

Verify identity

curl https://api.app.firstsales.io/api/v1/whoami \
  -H "Authorization: Bearer $FIRSTSALES_API_KEY"

Inspect before mutate

curl https://api.app.firstsales.io/api/v1/organizations/org_123/workspaces/ws_123/campaigns/camp_123 \
  -H "Authorization: Bearer $FIRSTSALES_API_KEY"
Then perform the smallest safe mutation with an idempotency key when supported.