GET
/
identifiers
curl --request GET \
  --url https://api.flare.io/firework/v3/identifiers/ \
  --header 'Authorization: Bearer <token>'
{
  "items": {
    "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>"
  },
  "next": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

source_group
enum<string>
default:
ALL
Available options:
ALL,
USER,
SYSTEM
order_by
enum<string>
default:
id
Available options:
id,
name
properties
string[]
types
string[]
is_disabled
boolean
default:
false
q
string
parent_group_id
string
size
integer
default:
20
from
string

Response

200 - application/json
Success
items
object
next
string