For the complete documentation index, see llms.txt. This page is also available as Markdown.

Organization signals

Retrieve recent signals for a single organization

Retrieve the recent signals for a single organization: champion movements, recent hires and promotions, technology and product mentions, projects and initiatives, technology and job function trends. Use this endpoint when you already have the Sumble organization id.

Input

Pass the Sumble organization id in the URL path:

curl https://api.sumble.com/v9/organizations/1726684/signals \
  --header "Authorization: Bearer $API_KEY"

The endpoint does not accept a request body. If the organization does not exist, the API returns HTTP 404.

Response

The response contains a signals array. Each signal includes a display-ready title, display_type, and date, plus optional context such as subtitle, type, organization_name, organization_id, location, job_function, priority, explanation, and sales_angle.

For person-movement signals, subtitle may include a normalized start-date label such as Started Jun 2026 or Starting Jul 2026.

Credit cost

1 credit per signal returned. Organizations with no returned signals do not consume credits.

Get organization signals

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organization_idintegerRequired
Query parameters
technology_slugsstring[] · nullableOptional

Technology slugs to filter signals by. Repeat this query parameter to filter by multiple technologies. Use POST /technologies/lookup to resolve technology names, slugs, or aliases to canonical slugs; use POST /technologies/find to search for matching technologies.

Responses
200

Successful Response

application/json
idstring · uuidRequired
credits_usedintegerRequired
credits_remainingintegerRequired
get/v9/organizations/{organization_id}/signals

Last updated