provider plaid POST /protect/event/send
@utdk/plaid /protect/event/send
Send a new event to enrich user data
Send a new event to enrich user data and optionally get a Trust Index score for the event.

Try it

Authentication
Configure credentials for The Plaid API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

protecteventsend
POST/protect/event/send
Send a new event to enrich user data and optionally get a Trust Index score for the event.

Input

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.

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.

Timestamp of the event. Might be the current moment or a time in the past. In [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format, e.g. `"2017-09-14T14:42:19.350Z"`

required

Event data for Protect events.

Protect Session ID should be provided for any event correlated with a frontend user session started via the Protect SDK.

Whether this event should be scored with Trust Index. The default is false.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import plaid from '@utdk/plaid';

await plaid.protecteventsend()