Endpoint
Authentication
All requests must include theAuthorization header with your API token as a Bearer token.
Query Parameters
Allowed Values - category
Allowed Values - victimKey
Request
Response
string
Status message from the API.
array
Array of post objects.
string
Unique identifier for the post.
string
Translated/processed title of the post.
string
Translated/processed content body of the post.
string
Original unprocessed title of the post.
string
Original unprocessed content body of the post.
string
Category of the post (e.g.,
Ransomware, Data Breach).array
Tags associated with the post.
array
List of threat actors associated with this post.
string
Network or platform where the post originated.
array
Array of image keys associated with the post.
array
Array of direct image URLs. Available on selected plans only.
string
Source URL of the original post.
number
Published timestamp of the post in milliseconds. Defaults to
0 when unavailable.string
Timestamp when the post was modified.
null when unavailable.array
Array of victim objects with type and values.
object | null
Victim’s official confirmation post details, if available.
null when not confirmed.string
Title of the victim’s confirmation post.
string
Content of the victim’s confirmation post.
string
Category of the victim’s confirmation post.
string | null
Timestamp when the victim published the confirmation.
null when unavailable.number
Published timestamp of the confirmation post in milliseconds. Defaults to
0 when unavailable.string
Timestamp when the confirmation was discovered, in UTC format.
string
URL to the victim’s confirmation source.
boolean
Whether the post was reported by the victim. Defaults to
false.boolean
Whether a threat actor has claimed responsibility. Defaults to
false.string
Cursor value to pass as
next to retrieve the next page of results.