Skip to main content
GET /v1/tenants/{product_slug}/scoring-config returns the Company Profile and Buyer Persona configuration that drives lead scoring for a tenant — the same fields configurable in the Knock2 dashboard’s ICP settings, now readable via the API. Use this to audit or migrate a child tenant’s scoring setup, or to confirm a value set via Update Scoring Config or at creation time took effect.

Endpoint

Path Parameter

string
required
The tenant’s slug — your own key’s product_slug, or a direct child’s.

Example Request

Response

Returns 200 OK. Persona fields are null if no Ideal Customer Profile (ICP) has been configured for this tenant yet — this is a normal state for a newly provisioned tenant, not an error.
string
The tenant’s slug.
string | null
The tenant’s display name (Company Profile).
string | null
A short category or industry label for the tenant’s own business (Company Profile).
string | null
A plain-English description of the tenant’s product or business, used to tune identification and scoring accuracy (Company Profile).
string | null
URL to the tenant’s own LinkedIn company page (Company Profile).
string | null
A plain-English description of the tenant’s ideal buyer persona (title, seniority, department) — the Buyer Persona used to score contacts.
string | null
A plain-English description of the tenant’s ideal customer company (industry, size, market) — the Buyer Persona used to score accounts.
number | null
A value between 0 and 1 controlling how heavily the Buyer Persona (contact fit) is weighted against the ideal customer company when scoring, versus firmographic fit. Higher values weight persona fit more heavily. null if no ICP is configured yet.

Required Scope

Requires tenants:read.

Error Responses