POST
/
assets
/
{asset_id}
/
alerts
curl --request POST \
  --url https://api.flare.io/firework/v2/assets/{asset_id}/alerts \
  --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_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_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

asset_id
integer
required

Body

application/json
frequency
integer
required
params
object
required
start_at
string
required
type
enum<string>
required
Available options:
email,
channel,
azure_sentinel,
slack,
discord,
splunk,
cgcd,
jira,
teams,
servicenow,
webhook
created_at
string
experimental_search_types
string[]
feed_target_id
integer
feed_target_type
enum<string>
Available options:
assets/groups,
assets,
home
feed_url
string
id
integer
name
string
organization_id
integer
risks
integer[]
search_types
enum<string>[]
Available options:
attachment,
listing,
ransomleak,
forum_post,
forum_topic,
forum_profile,
blog_post,
seller,
paste,
leak,
chat_message,
chat_message/telegram,
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,
illicit_networks,
open_web,
domains,
leaks,
social_media_account,
social_media,
source_code,
source_code_secrets,
source_code_files,
stack_exchange,
google,
service,
driller_host,
buckets,
bucket,
bucket_object,
whois,
ad,
ads,
experimental
tenant_id
integer

Response

200 - application/json
Success
frequency
integer
required
params
object
required
start_at
string
required
type
enum<string>
required
Available options:
email,
channel,
azure_sentinel,
slack,
discord,
splunk,
cgcd,
jira,
teams,
servicenow,
webhook
created_at
string
experimental_search_types
string[]
feed_target_id
integer
feed_target_type
enum<string>
Available options:
assets/groups,
assets,
home
feed_url
string
id
integer
name
string
organization_id
integer
risks
integer[]
search_types
enum<string>[]
Available options:
attachment,
listing,
ransomleak,
forum_post,
forum_topic,
forum_profile,
blog_post,
seller,
paste,
leak,
chat_message,
chat_message/telegram,
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,
illicit_networks,
open_web,
domains,
leaks,
social_media_account,
social_media,
source_code,
source_code_secrets,
source_code_files,
stack_exchange,
google,
service,
driller_host,
buckets,
bucket,
bucket_object,
whois,
ad,
ads,
experimental
tenant_id
integer