POST /user_account/session/event/send
This endpoint allows sending client-specific events related to Layer sessions for analytics and tracking purposes.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
cohort_id |
String | No |
Optional cohort identifier for the user session. |
client_id |
String | No |
Your Plaid API |
event |
Object | Yes |
Event data for user account session tracking |
event.timestamp |
String | Yes |
The timestamp when the event occurred in ISO 8601 format. |
event.name |
String | Yes |
The name of the event. |
event.outcome |
String | No |
Optional outcome of the event. |
secret |
String | No |
Your Plaid API |
link_session_id |
String | Yes |
The Link session identifier. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.