Alerts
Update Identifier Group Alert
Authentication API
- Tokens
Leaked Credentials API
- Credentials
- Sources
- Identities
- Cookies
Events API
- Events
- Event Feeds
- Global Search
Management API
- Identifiers
- Identifier Groups
- Alerts
- Current User
- Organization Members
- Reporting
- Tenants
Threat-Flow API
- Reports
Deprecated APIs
- Global Search
- Identities
- Credentials
- Event Feeds
Alerts
Update Identifier Group Alert
PUT
/
assets
/
groups
/
{assets_group_id}
/
alerts
/
{alert_id}
curl --request PUT \
--url https://api.flare.io/firework/v2/assets/groups/{assets_group_id}/alerts/{alert_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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"
}'
{
"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"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Success
The response is of type object
.
curl --request PUT \
--url https://api.flare.io/firework/v2/assets/groups/{assets_group_id}/alerts/{alert_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"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"
}'
{
"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"
}