---
title: "Get card embed iframe"
method: GET
path: "/v1/embed"
tags: ["Card"]
---

# Get card embed iframe

`GET /v1/embed`

Returns a Lithic-hosted HTML document for a single card detail or PIN setting control. Use
the URL, including its query parameters, as the `src` of an iframe. The session must be created
on your server with `POST /v1/cards/{card_token}/embed`.

## Query parameters

- `session` string, required
- `type` 'PAN' | 'CVV' | 'EXP_MONTH' | 'EXP_YEAR' | 'PIN_SETTING', required
- `styles` string, byte

## Response `200`

Lithic-hosted card embed HTML.

## Other responses

- `400` — A parameter in the query given in the request does not match the valid queries for the endpoint.
- `401` — The embed session is missing, invalid, expired, or not authorized for the requested type.
- `404` — The specified resource was not found.
- `429` — Client has exceeded the number of allowed requests in a given time period. | | | |---|---| | Rate limited, too many requests per second | User has exceeded their per second rate limit | | Rate limited, reached daily limit | User has exceeded their daily rate limit | | Rate limited, too many keys tried | One IP has queried too many different API keys |

---

[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)
