CallTrackingMetrics Access
Last updated: January 15, 2026
The following steps require admin-level access in the CTM account.
1. Access Key & Client Secret (API credentials)
These live in CTM’s API settings.
Steps:
Log in to CallTrackingMetrics
Go to Settings (top-right menu)
Navigate to Integrations → API Credentials
(In some accounts: Settings → API & Webhooks)If credentials already exist:
You’ll see an Access Key and Client Secret
If not:
Click Create New API Key
Give it a name (e.g., “Lace Integration”)
Copy both values immediately
⚠ Client Secret is usually only shown once
Permissions tip:
Make sure the API key has access to the data you need (calls, forms, attribution, etc.).
2. Account ID
There are a few reliable ways to get this.
Option A: From the URL (fastest)
Open your CTM account
Look at the browser URL — it will look something like:
https://app.calltrackingmetrics.com/accounts/123456/dashboardThe number (
123456) is your Account ID
Option B: From Account Settings
Go to Settings
Open Account Settings or Account Details
The Account ID is usually listed there directly
Option C: Via API page
Sometimes CTM shows the Account ID on the API Credentials page as well, especially if you manage multiple accounts.
Common gotchas
Agency / multi-account setups:
Make sure you’re pulling credentials from the correct account, not a parent or child account.Permissions:
If you don’t see API settings, you may need an admin to grant access.Security:
Store the Client Secret securely (password manager, vault, etc.).