Retrieve links or properties for a specific indicator.
Your Pulsedive API key.
API key authentication is optional. However, requests without a key have stricter rate limits. We recommend including an API key for better performance and reliability.
Unique identifier of the indicator to retrieve.
Indicates which data subset to retrieve. Options include:
links: Retrieves relationship data showing how the indicator connects to other objects.properties: Retrieves only the properties data, such as classification changes, sightings, timestamps, and related metadata. Use for better performance when you only need current property values or want to control response size.links, properties Indicates whether to return indicator properties as they appeared in previous scans. Use to analyze trends or audit historical threat activity.
For historical data, set to 1. For recent data, set to 0.
0, 1 Indicates whether to format returned JSON results.
For pretty-printed output, set to 1.
For compact output, set to 0.
0, 1 Successful request. Returns requested indicator information in JSON format.
Response containing linked indicators grouped by link type. Dynamic keyed object where {key} represents the link type.