curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id} \
--header 'Authorization: Bearer <token>'{
"identifier": {
"type": "domain",
"search_types": [
"attachment"
],
"name": "<string>",
"asset_uuid": "<string>",
"data": {},
"source": "USER",
"data_updated_at": "2023-11-07T05:31:56Z",
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"experimental_search_types": [
"<string>"
],
"risks": [
123
],
"fetching_progress": 123,
"count": 123,
"urn": "<string>",
"is_disabled": true,
"is_critical": true,
"enrichments": {},
"event_count": 123,
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"rate_limits": {
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"last_rate_limited_at": "2023-11-07T05:31:56Z",
"activity_types": [
"<string>"
],
"items": [
{
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"last_rate_limited_at": "2023-11-07T05:31:56Z",
"activity_type": "<string>"
}
]
}
}
}curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id} \
--header 'Authorization: Bearer <token>'{
"identifier": {
"type": "domain",
"search_types": [
"attachment"
],
"name": "<string>",
"asset_uuid": "<string>",
"data": {},
"source": "USER",
"data_updated_at": "2023-11-07T05:31:56Z",
"id": 123,
"tenant_id": 123,
"feed_id": 123,
"feed_owner_id": 123,
"experimental_search_types": [
"<string>"
],
"risks": [
123
],
"fetching_progress": 123,
"count": 123,
"urn": "<string>",
"is_disabled": true,
"is_critical": true,
"enrichments": {},
"event_count": 123,
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"rate_limits": {
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"last_rate_limited_at": "2023-11-07T05:31:56Z",
"activity_types": [
"<string>"
],
"items": [
{
"first_rate_limited_at": "2023-11-07T05:31:56Z",
"last_rate_limited_at": "2023-11-07T05:31:56Z",
"activity_type": "<string>"
}
]
}
}
}Was this page helpful?