curl --request PUT \
--url https://api.flare.io/firework/v2/assets/{asset_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "domain",
"search_types": [
"stack_exchange"
],
"name": "<string>",
"data": {},
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"experimental_search_types": [
"<string>"
],
"v3_refs": {
"asset_uuid": "<string>"
},
"risks": [
123
],
"fetching_progress": 123,
"count": 123,
"urn": "<string>",
"is_disabled": true,
"source": "USER",
"data_updated_at": "2023-11-07T05:31:56Z"
}
'{
"asset": {
"type": "domain",
"search_types": [
"stack_exchange"
],
"name": "<string>",
"data": {},
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"experimental_search_types": [
"<string>"
],
"v3_refs": {
"asset_uuid": "<string>"
},
"risks": [
123
],
"fetching_progress": 123,
"count": 123,
"urn": "<string>",
"is_disabled": true,
"source": "USER",
"data_updated_at": "2023-11-07T05:31:56Z"
}
}curl --request PUT \
--url https://api.flare.io/firework/v2/assets/{asset_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "domain",
"search_types": [
"stack_exchange"
],
"name": "<string>",
"data": {},
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"experimental_search_types": [
"<string>"
],
"v3_refs": {
"asset_uuid": "<string>"
},
"risks": [
123
],
"fetching_progress": 123,
"count": 123,
"urn": "<string>",
"is_disabled": true,
"source": "USER",
"data_updated_at": "2023-11-07T05:31:56Z"
}
'{
"asset": {
"type": "domain",
"search_types": [
"stack_exchange"
],
"name": "<string>",
"data": {},
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"experimental_search_types": [
"<string>"
],
"v3_refs": {
"asset_uuid": "<string>"
},
"risks": [
123
],
"fetching_progress": 123,
"count": 123,
"urn": "<string>",
"is_disabled": true,
"source": "USER",
"data_updated_at": "2023-11-07T05:31:56Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
domain, brand, name, keyword, github_repository, username, email, search_query, bin, ip, secret, azure_tenant, identity "domain"
stack_exchange, forum_topic, source_code_secrets, seller, paste, blog_post, forum_post, ransomleak, bot, chat_message, docker, financial_data, listing, service, source_code_files, social_media_account, stealer_log, google, domain, bucket_object, forum_profile, leak, bucket, illicit_networks, open_web, buckets, source_code, leaks, domains, forum_content, blog_content, profile, infected_devices, social_media 1Show child attributes
The uniform resource name of the identifier.
USER, SYSTEM_RELATION, SELF_ONBOARDING, ATTRIBUTE, IDP_SYNC "USER"
Success
Show child attributes
Was this page helpful?