Request
Query parameters
Filter by Signal type
Supported Signal types are:Filter by trigger
Supportedtype and trigger combinations are:
If
trigger is provided, type is required.
Example:
Filter by Buyer
Usebuyer_id to retrieve Signals associated with a specific Buyer.
AND.
Filter by capture time
Usecaptured_after and captured_before to filter by when the Signal occurred.
Sort Signals
GET signals only supportscaptured_at.
Most recently captured Signals first:
sort_by.
Pagination
Uselimit to control the number of Signals returned in each request.
next_cursor.
Pass that value using the cursor parameter:
next_cursor is null.
Signal object
Every Signal uses the same top-level structure:type is populated. The other type-specific objects are null.
For example:
type: website→websiteis populatedtype: market→marketis populatedtype: linkedin→linkedinis populated
Response
A successful request returns Signal objects indata.
The example below shows one Signal of each type.