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 '
{
"type": "email",
"frequency": 123,
"start_at": "2023-11-07T05:31:56Z",
"params": {},
"name": "<string>",
"id": 123,
"feed_url": "<string>",
"feed_target_type": "assets/groups",
"feed_target_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"tenant_id": 123,
"organization_id": 123,
"search_types": [
"attachment"
],
"experimental_search_types": [
"<string>"
],
"risks": [
123
],
"tenant_alert_channel_id": 123
}
'{
"type": "email",
"frequency": 123,
"start_at": "2023-11-07T05:31:56Z",
"params": {},
"name": "<string>",
"id": 123,
"feed_url": "<string>",
"feed_target_type": "assets/groups",
"feed_target_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"tenant_id": 123,
"organization_id": 123,
"search_types": [
"attachment"
],
"experimental_search_types": [
"<string>"
],
"risks": [
123
],
"tenant_alert_channel_id": 123
}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 '
{
"type": "email",
"frequency": 123,
"start_at": "2023-11-07T05:31:56Z",
"params": {},
"name": "<string>",
"id": 123,
"feed_url": "<string>",
"feed_target_type": "assets/groups",
"feed_target_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"tenant_id": 123,
"organization_id": 123,
"search_types": [
"attachment"
],
"experimental_search_types": [
"<string>"
],
"risks": [
123
],
"tenant_alert_channel_id": 123
}
'{
"type": "email",
"frequency": 123,
"start_at": "2023-11-07T05:31:56Z",
"params": {},
"name": "<string>",
"id": 123,
"feed_url": "<string>",
"feed_target_type": "assets/groups",
"feed_target_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"tenant_id": 123,
"organization_id": 123,
"search_types": [
"attachment"
],
"experimental_search_types": [
"<string>"
],
"risks": [
123
],
"tenant_alert_channel_id": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
email, channel, azure_sentinel, azure_sentinel_v2, slack, discord, splunk, jira, teams, servicenow, webhook "email"
assets/groups, assets, home "assets/groups"
attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, ad, ads, cookie, pii, experimental Success
email, channel, azure_sentinel, azure_sentinel_v2, slack, discord, splunk, jira, teams, servicenow, webhook "email"
assets/groups, assets, home "assets/groups"
attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, domain, bot, stealer_log, infected_devices, driller, driller_forum_topic, driller_forum_post, driller_profile, cc, ccbin, financial_data, leaked_data, leaked_file, document, account, actor, forum_content, blog_content, profile, leaked_credential, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, ad, ads, cookie, pii, experimental Was this page helpful?