Get a list of issue to import into your SIEM. Issues are one or more incidents that have been grouped by the Issue Keys. To receive a stream of the latest issues, save the issue id as bookmark and query on some interval for the latest issues that > this bookmark, ie the latest issue id you have previously queried. For additional details about each issue, you can query the GetIssueDetails API for the specific issue id
Security
AuthorizationHeader
Used to retrieve only a specific issue type. If left empty, the issues will be retrieved for all the types.(recommended)
Enum:"Access from Anonymous IP""Access from Public VPN""Access from Unauthorized Countries""Access to Anonymous IP""Access to Public VPN""Access to Unauthorized Countries""Auth Hash Quality""Auth Hash Security""Auth Protocol Quality""Compromised Password"
- Mock serverhttps://apidoc.authmind.com/_mock/v1/docs/v1/getIssues
- https://apidoc.authmind.com/{{.Host}}/amapihttps://apidoc.authmind.com/{{.Host}}/amapi/v1/getIssues
curl -i -X GET \
'https://apidoc.authmind.com/_mock/v1/docs/v1/getIssues?issue_type=Access%20from%20Anonymous%20IP&issue_id_gt=string&issue_time_gt=2019-08-24T14%3A15%3A22Z&sort_order=ASC&sort_by=issue_id&from=0&size=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "success": true, "results": [ { … } ], "metadata": {} }