Tracking
Find Tracked Source
Search for tracked sources by username or name
GET
Search for tracked sources within a specific platform using keywords that match their username or display name. This is useful for finding the internal ID or external ID of a source you are already tracking.
Parameters
string
required
The source type. Valid values:
x, discord, telegramQuery Parameters
string
required
The search keyword. This will match against the source’s username and display
name (case-insensitive).
number
default:"1"
The page number for pagination.
number
default:"20"
The number of results per page. Maximum is 100.
Response
array
An array of matching tracked source objects, each containing id, externalId,
username, name, and timestamps.
number
The total number of matching sources found.
number
The current page number.
number
The number of results per page.