cURL
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, "feed_owner_id": 123, "fetching_progress": 123, "first_rate_limited_at": "2023-11-07T05:31:56Z", "id": 123, "is_critical": true, "is_disabled": true, "name": "<string>", "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 ], "search_types": [ "attachment" ], "source": "USER", "tenant_id": 123, "type": "domain", "urn": "<string>" }, "next": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ALL
USER
SYSTEM
id
name
type
Success
The response is of type object.
object
Was this page helpful?