Security Insights
Retrieve a list of insight types
Insight types are generalized categories that encompass various specific occurrences of the same kind.
GET
Retrieve a list of insight types
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 <= 100
Number of items to skip
Required range:
0 <= x <= 100000
Filter by the name of the insight type
Filter by the slug of the insight type
Filter by the frequency of the insight type
Required range:
x > 0
Response
200
application/json
Successful Response
The response is of type object
.
Retrieve a list of insight types