---
title: "Send User Account Session Event"
method: POST
path: "/user_account/session/event/send"
tags: ["plaid"]
---

# Send User Account Session Event

`POST /user_account/session/event/send`

This endpoint allows sending client-specific events related to Layer sessions for analytics and tracking purposes.

## Request body

- UserAccountSessionEventSendRequest — UserAccountSessionEventSendRequest defines the request schema for `/user_account/session/event/send`
  - `client_id` string — 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.
  - `secret` string — 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.
  - `cohort_id` string — Optional cohort identifier for the user session.
  - `link_session_id` string, required — The Link session identifier.
  - `event` UserAccountSessionEvent, required — Event data for user account session tracking
    - `name` string, required — The name of the event.
    - `timestamp` string, date-time, required — The timestamp when the event occurred in ISO 8601 format.
    - `outcome` string — Optional outcome of the event.

## Response `200`

success

- UserAccountSessionEventSendResponse — UserAccountSessionEventSendResponse defines the response schema for `/user_account/session/event/send`
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/versions/64c4514ea59b/schema)
