---
title: "embed.viewed"
method: POST
path: "embed.viewed"
tags: ["Event Types"]
---

# embed.viewed

`POST embed.viewed` (webhook)

Occurs when a card detail is successfully revealed through an embed.

## Payload

- object — Notification that card details were successfully revealed through an embed.
  - `event_type` 'embed.viewed', required — The type of event
  - `session_id` string, uuid, required — The identifier shared by webhook events for the same embed session.
  - `card_token` string, uuid, required — The token of the card whose details were revealed
  - `account_token` string, uuid, required — The token of the account associated with the card
  - `embed_type` 'PAN' | 'CVV' | 'EXP_MONTH' | 'EXP_YEAR', required — The type of card detail that was revealed
  - `device_details` EmbedDeviceDetails, required — Device details about the request associated with an embed webhook event.
    - `ip_address` string, required — The IP address recorded for the request that generated the event

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
