curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id}/feed/credentials \
--header 'Authorization: Bearer <token>'{
"items": {
"id": 123,
"identity_name": "<string>",
"imported_at": "<string>",
"source_id": "<string>",
"domain": "<string>",
"hash": "<string>",
"ignored_at": "2023-11-07T05:31:56Z",
"known_password_id": 123,
"remediated_at": "2023-11-07T05:31:56Z",
"source": {
"id": "<string>",
"breached_at": "<string>",
"description_en": "<string>",
"description_fr": "<string>",
"leaked_at": "<string>",
"name": "<string>",
"pii_tags": [
"<string>"
]
}
},
"next": "<string>"
}curl --request GET \
--url https://api.flare.io/firework/v3/identifiers/{identifier_id}/feed/credentials \
--header 'Authorization: Bearer <token>'{
"items": {
"id": 123,
"identity_name": "<string>",
"imported_at": "<string>",
"source_id": "<string>",
"domain": "<string>",
"hash": "<string>",
"ignored_at": "2023-11-07T05:31:56Z",
"known_password_id": 123,
"remediated_at": "2023-11-07T05:31:56Z",
"source": {
"id": "<string>",
"breached_at": "<string>",
"description_en": "<string>",
"description_fr": "<string>",
"leaked_at": "<string>",
"name": "<string>",
"pii_tags": [
"<string>"
]
}
},
"next": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Show child attributes
Was this page helpful?