---
title: "Create component token"
method: POST
path: "/v1/integrations/components/token"
tags: ["Integrations"]
---

# Create component token

`POST /v1/integrations/components/token`

Create a new token for embedded components.

## Request body

- CreateComponentToken
  - `customer_id` string, required — Customer ID

## Response `201`

The newly created token

- object
  - `token` string, required
  - `token_type` 'bearer', required

---

[API](https://skmtc.dev/hyperline/apis/hyperline-api.md) · [All operations](https://skmtc.dev/hyperline/apis/hyperline-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperline/hyperline-api/revisions/19fa5f22e39b/schema)
