Identifiers
Retrieve 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
Retrieve Identifier
GET
/
identifiers
/
{identifier_id}
curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id} \
--header 'Authorization: Bearer <token>'
{
"identifier": {
"asset_uuid": "<string>",
"count": 123,
"data": {},
"data_updated_at": "2023-11-07T05:31:56Z",
"enrichments": {},
"event_count": 123,
"experimental_search_types": [
"<string>"
],
"feed_id": 123,
"fetching_progress": 123,
"id": 123,
"is_disabled": true,
"name": "<string>",
"risks": [
123
],
"search_types": [
"attachment"
],
"source": "USER",
"tenant_id": 123,
"type": "domain",
"urn": "<string>"
}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Success
Minimum length:
1
Available options:
attachment
, listing
, ransomleak
, forum_post
, forum_topic
, forum_profile
, blog_post
, seller
, paste
, leak
, chat_message
, chat_message/telegram
, 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
, illicit_networks
, open_web
, domains
, leaks
, social_media_account
, social_media
, source_code
, source_code_secrets
, source_code_files
, stack_exchange
, google
, service
, driller_host
, buckets
, bucket
, bucket_object
, whois
, experimental
Available options:
USER
, SYSTEM_RELATION
, DEMO
, SELF_ONBOARDING
Available options:
domain
, brand
, name
, keyword
, github_repository
, username
, email
, search_query
, dork_query
, bin
, ip
, secret
, azure_tenant
The uniform resource name of the identifier.
Was this page helpful?
curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id} \
--header 'Authorization: Bearer <token>'
{
"identifier": {
"asset_uuid": "<string>",
"count": 123,
"data": {},
"data_updated_at": "2023-11-07T05:31:56Z",
"enrichments": {},
"event_count": 123,
"experimental_search_types": [
"<string>"
],
"feed_id": 123,
"fetching_progress": 123,
"id": 123,
"is_disabled": true,
"name": "<string>",
"risks": [
123
],
"search_types": [
"attachment"
],
"source": "USER",
"tenant_id": 123,
"type": "domain",
"urn": "<string>"
}
}