GET
/api/v1/events/{request_id} Secret keyReturns the stored event for a request ID, from the secret key's own organization and environment. Use it to verify an identification before you act on it.
Try it
Sends this request from your browser to Fingerly. Development secret keys only, and the key is not stored.
Path parameters
request_idstringrequiredTherequest_idan SDK returned.
Response
request_idstringThe identification's ID, a UUIDv7.visitor_idstringThe visitor the device was identified as.occurred_atstringWhen the request arrived, RFC 3339 in UTC.statestringenriched, orunavailablewhen the network lookup could not run.environmentstringproduction,stagingordevelopment.platformstringThe scoring profile applied:web,androidorios.sdk_platformstringThe SDK that sent the report, such asweb,iosorflutter-android.sdk_versionstringThe SDK's version.originstringThe site the request came from. Omitted for native apps.tagstringYour tag, as sent. Omitted when none was sent.ip_addressstringThe visitor's IP address.country_codestringISO 3166-1 alpha-2 country of the address.country_namestringThe country's name.asnstringThe network's autonomous system number.asn_namestringThe network's name.anonymity_networkstringtor,vpn,proxyorhosting. Omitted for an ordinary connection.agentstringThe browser or app.agent_versionstringIts version.osstringThe operating system.device_kindstringdesktop,mobile,tabletorserver.visitor_kindstringhuman,ai_bot,automationorsearch_crawler.suspect_scoreinteger | nullThe score.nullwhen the request was not scored.suspect_levelstringlow,mediumorhigh. Omitted when not scored.triggersarrayThe signal groups that fired, heaviest first. Always present, possibly empty.3 child fields
signalstringweightintegerThe group's combined weight in this score.confidencestringlow,mediumorhigh.
has_documentbooleanWhether the archived submission can be read with Get an event.
Archived detail
documentobjectThe archived submission as Fingerly stored it, including the scoring details: the threshold and weights profile applied. Present whenhas_documentistrueand the archive could be read.deferred_signalsobjectThe deferred report attached to this request, when one arrived.
Errors
| Status | Code | When |
|---|---|---|
401 | unauthorized | The key is not a valid secret key. |
404 | event_not_found | No such event in this environment, or it is older than 30 days. |
422 | invalid_request_id | The path is not a Fingerly request ID. |