curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id} \
--header 'Authorization: Bearer <token>'{
"identifier": {
"asset_uuid": "<string>",
"data": {},
"data_updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"search_types": [
"attachment"
],
"source": "USER",
"type": "domain",
"count": 123,
"enrichments": {},
"event_count": 123,
"experimental_search_types": [
"<string>"
],
"feed_id": 123,
"feed_owner_id": 123,
"fetching_progress": 123,
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"id": 123,
"is_critical": true,
"is_disabled": true,
"rate_limits": {
"activity_types": [
"<string>"
],
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"items": [
{
"activity_type": "<string>",
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"last_rate_limited_at": "2023-11-07T05:31:56Z"
}
],
"last_rate_limited_at": "2023-11-07T05:31:56Z"
},
"risks": [
123
],
"tenant_id": 123,
"urn": "<string>"
}
}curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id} \
--header 'Authorization: Bearer <token>'{
"identifier": {
"asset_uuid": "<string>",
"data": {},
"data_updated_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"search_types": [
"attachment"
],
"source": "USER",
"type": "domain",
"count": 123,
"enrichments": {},
"event_count": 123,
"experimental_search_types": [
"<string>"
],
"feed_id": 123,
"feed_owner_id": 123,
"fetching_progress": 123,
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"id": 123,
"is_critical": true,
"is_disabled": true,
"rate_limits": {
"activity_types": [
"<string>"
],
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"items": [
{
"activity_type": "<string>",
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"last_rate_limited_at": "2023-11-07T05:31:56Z"
}
],
"last_rate_limited_at": "2023-11-07T05:31:56Z"
},
"risks": [
123
],
"tenant_id": 123,
"urn": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes
1attachment, listing, ransomleak, forum_post, forum_topic, forum_profile, blog_post, seller, paste, leak, chat_message, 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, leaked_credential, illicit_networks, open_web, domains, leaks, social_media_account, social_media, source_code, source_code_secrets_np, source_code_secrets, source_code_files, docker, stack_exchange, google, service, driller_host, buckets, bucket, bucket_object, whois, cookie, pii, experimental USER, SYSTEM_RELATION, SELF_ONBOARDING, ATTRIBUTE "USER"
domain, brand, name, keyword, github_repository, username, email, search_query, bin, ip, secret, azure_tenant, identity "domain"
Show child attributes
The uniform resource name of the identifier.
Was this page helpful?