Create account
documentedCreate a new CTM sub-account.
POST /api/v1/accountsAccountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.calltrackingmetrics.com/api/v1/accounts" -X POST -H "Authorization: Basic {{CALLTRACKINGMETRICS_API_KEY}}:{{CALLTRACKINGMETRICS_SECRET}}" -H "Content-Type: application/json" -H "Accept: application/json" -d '{"name": "{{$name}}", "time_zone": "{{$time_zone}}", "website": "{{$website}}", "industry": "{{$industry}}", "notes": "{{$notes}}"}'