Python
Security Insights
Retrieve a list of insight types
Insight types are generalized categories that encompass various specific occurrences of the same kind.
GET
Python
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234_abcdef
Query Parameters
Sort the response by given field.
Available options:
name, -name, slug, -slug, insight_frequency, -insight_frequency Number of items to return
Required range:
0 <= x <= 100Number of items to skip
Required range:
0 <= x <= 100000Filter by the name of the insight type
Filter by the slug of the insight type The slug of the insight type
Pattern:
^[a-z0-9]+(?:-[a-z0-9]+)*$Filter by the frequency of the insight type
Required range:
x > 0