Sample - Plaid API
POST/protect/event/getDeprecated

Get information about a user event

Retrieves information about a previously recorded user event, including its Trust Index score and fraud attributes. Provide the event_id to identify the event whose details you want to retrieve. This operation is closing down and will be removed on a date not specified in the API definition.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 body fields

Request data for retrieving a recorded Protect event.

client_idstringoptional
Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
secretstringoptional
Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
event_idstringrequired
The event ID to retrieve information for.

1 status code
200Returns the event identifier, its ISO 8601 timestamp, Trust Index details, fraud attributes, and a request identifier.
event_idstringrequired
The event ID.
timestampstringrequired
The timestamp of the event, in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. `"2017-09-14T14:42:19.350Z"`
trust_indexobjectoptional
Represents a calculated Trust Index Score.
fraud_attributesobjectoptional
Event fraud attributes as an arbitrary set of key-value pairs. The set of attributes returned varies by model.
request_idstringrequired
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Error handling

event_id is required and must identify the event to retrieve. The identifier must be supplied as a string matching the event identifier assigned when the event was recorded.