---
title: "Create an embed token."
method: POST
path: "/Embed/token"
tags: ["Embedded Components"]
---

# Create an embed token.

`POST /Embed/token`

## Headers

- `api-version` string

## Request body

- GetTokenRequestModel
  - `thirdPartyCustomerId` string, required — Your unique identifier for this merchant.

## Response `200`

OK

- Auth0TokenResponse
  - `accessToken` string, nullable
  - `expiresIn` integer
  - `tokenType` string, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/youlend/apis/prequalification.md) · [All operations](https://skmtc.dev/youlend/apis/prequalification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/youlend/prequalification/revisions/a76313c6cc3d/schema)
