Identifiers
Enable/Disable Identifier
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
Identifiers
Enable/Disable Identifier
POST
/
assets
/
{asset_id}
/
toggle
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": {
"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": [
"illicit_networks"
],
"source": "USER",
"tenant_id": 123,
"type": "domain",
"urn": "<string>",
"v3_refs": {
"asset_uuid": "<string>"
}
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
The is_disabled
parameter is used to toggle the asset as either enabled or disabled.
Response
200 - application/json
Success
Minimum length:
1
Available options:
illicit_networks
, open_web
, buckets
, source_code
, leaks
, domains
, forum_content
, blog_content
, profile
, infected_devices
, seller
, bot
, listing
, blog_post
, forum_profile
, ransomleak
, chat_message
, stealer_log
, forum_post
, financial_data
, forum_topic
, social_media
, google
, stack_exchange
, paste
, bucket
, source_code_secrets
, bucket_object
, source_code_files
, service
, bucket
, bucket_object
, stack_exchange
, source_code_files
, source_code_secrets
, leak
, domain
, forum_post
, forum_topic
, blog_post
, forum_profile
, seller
, stealer_log
, bot
Available options:
domain
, brand
, name
, keyword
, github_repository
, username
, email
, search_query
, dork_query
, bin
, ip
, secret
, azure_tenant
Available options:
USER
, SYSTEM_RELATION
, DEMO
, SELF_ONBOARDING
The uniform resource name of the identifier.
Was this page helpful?
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": {
"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": [
"illicit_networks"
],
"source": "USER",
"tenant_id": 123,
"type": "domain",
"urn": "<string>",
"v3_refs": {
"asset_uuid": "<string>"
}
}
}