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