cURL
curl --request GET \ --url https://api.flare.io/firework/v3/identifiers/ \ --header 'Authorization: Bearer <token>'
{ "next": "<string>", "items": { "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>" } ] } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ALL
USER
COUNTED
SYSTEM
USER_AND_ATTRIBUTE
id
name
type
Success
Show child attributes
Was this page helpful?