Skip to main content
GET
Get contacted leads count

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Query Parameters

period_start
string
required

Inclusive period start. Accepts a JavaScript Date-parseable value and returns it normalized to UTC.

period_end
string
required

Exclusive period end. Must be later than period_start; returned normalized to UTC.

Response

Exact billing-meter count for the requested half-open period.

success
enum<boolean>
required
Available options:
true
period
object
required
contacted_leads_count
integer
required
Required range: x >= 0
calculation
enum<string>
required
Available options:
exact
Last modified on September 10, 2026