POST
/
assets
curl --request POST \
  --url https://api.flare.io/firework/v2/assets/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": {},
  "experimental_search_types": [
    "<string>"
  ],
  "name": "<string>",
  "risks": [
    123
  ],
  "search_types": [
    "seller"
  ],
  "type": "domain"
}'
{
  "asset": {
    "count": 123,
    "data": {},
    "data_updated_at": "2023-11-07T05:31:56Z",
    "experimental_search_types": [
      "<string>"
    ],
    "feed_id": 123,
    "fetching_progress": 123,
    "id": 123,
    "is_disabled": true,
    "name": "<string>",
    "risks": [
      123
    ],
    "search_types": [
      "seller"
    ],
    "source": "USER",
    "tenant_id": 123,
    "type": "domain",
    "urn": "<string>",
    "v3_refs": {
      "asset_uuid": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json
data
object
required
name
string
required
Minimum length: 1
search_types
enum<string>[]
required
Available options:
seller,
financial_data,
chat_message,
source_code_files,
domain,
source_code_secrets,
forum_topic,
blog_post,
stealer_log,
bot,
forum_profile,
paste,
social_media,
google,
leak,
bucket_object,
stack_exchange,
ransomleak,
bucket,
forum_post,
ad,
service,
listing,
illicit_networks,
open_web,
buckets,
source_code,
leaks,
domains,
forum_content,
blog_content,
profile,
ads,
infected_devices
type
enum<string>
required
Available options:
domain,
brand,
name,
keyword,
github_repository,
username,
email,
search_query,
dork_query,
bin,
ip,
secret,
azure_tenant
Example:

"domain"

experimental_search_types
string[]
risks
integer[]

Response

200
application/json
Success
asset
object