Skip to main content
Returns a single Signal belonging to the workspace associated with your API key.

Path parameter

Example Signal ID:

Request

Signal types

A Signal has one of three types:
Every Signal uses the same top-level structure:
The object corresponding to the Signal’s type is populated. The other type-specific objects are null.

Website Signal

For a Website Signal, website is populated while market and linkedin are null.
Website Signals can include:
  • URL and page information
  • Attribution
  • UTM parameters
  • Advertising click IDs
  • Target Page information
  • Session details
  • Device information
  • Location
  • Page engagement data

Market Signal

For a Market Signal, market is populated while website and linkedin are null.
Market Signals can use one of the following triggers:
The attribution source aligns with the Market intent type. For example:
Market Signals include:
  • Market trigger
  • Attribution
  • Intent topic, product, or competitor
  • Company website

LinkedIn Signal

For a LinkedIn Signal, linkedin is populated while website and market are null.
LinkedIn Signals can use one of the following triggers:
The fields populated inside linkedin depend on the trigger. For example, a comment can include:
A reaction can include:
LinkedIn Signals can include:
  • LinkedIn trigger
  • Attribution
  • LinkedIn source
  • Post or company URL
  • Comment
  • Reaction type
  • Company name
  • Post title

Timestamps

Each Signal includes three top-level timestamps: Timestamps are returned in ISO 8601 UTC format.

Resource access

An API key can only retrieve Signals belonging to its associated workspace. If the Signal does not exist or belongs to another workspace, the API returns:
The API does not reveal whether a Signal exists in another workspace.

Errors