cURL
curl --request GET \ --url https://api.flare.io/firework/v2/assets/groups/{assets_group_id}/alerts \ --header 'Authorization: Bearer <token>'
{ "alerts": { "created_at": "2023-11-07T05:31:56Z", "experimental_search_types": [ "<string>" ], "feed_target_id": 123, "feed_target_type": "assets/groups", "feed_url": "<string>", "frequency": 123, "id": 123, "name": "<string>", "organization_id": 123, "params": {}, "risks": [ 123 ], "search_types": [ "attachment" ], "start_at": "2023-11-07T05:31:56Z", "tenant_alert_channel_id": 123, "tenant_id": 123, "type": "email" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
The response is of type object.
object
Was this page helpful?