GET
/
assets
/
groups
/
{assets_group_id}
/
alerts
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_id": 123,
    "type": "email"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assets_group_id
integer
required

Response

200 - application/json
Success
alerts
object