Alerts
List Identifier Alerts
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
Deprecated APIs
- Global Search
- Identities
- Event Feeds
Alerts
List Identifier Alerts
GET
/
assets
/
{asset_id}
/
alerts
curl --request GET \
--url https://api.flare.io/firework/v2/assets/{asset_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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Success
Available options:
email
, channel
, azure_sentinel
, slack
, discord
, splunk
, cgcd
, jira
, teams
, servicenow
, webhook
Available options:
assets/groups
, assets
, home
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
Was this page helpful?
curl --request GET \
--url https://api.flare.io/firework/v2/assets/{asset_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"
}
}