---
title: "Create Link Token"
method: POST
path: "/api/embedded/v1/link/create-link-token"
tags: ["Link"]
---

# Create Link Token

`POST /api/embedded/v1/link/create-link-token`

## Request body

- LinkTokenCreate
  - `end_user_data` EndUserCreate, required
    - `email` string, email, nullable — Email of the end_user
    - `org_name` string, required — Name of the organization to which end user belongs
    - `origin_id` string, required — Unique identifier to identify Connector
  - `category` 'HRIS' | 'ATS' | 'CUSTOM' | 'LMS', required
  - `integration` string, required — Integration slug of the integration

## Response `200`

Successful Response

- LinkTokenResponse
  - `link_token` string, required — Link token to be used for generating unify link

## Other responses

- `401` — Missing or invalid bearer authentication credentials.
- `403` — The credentials are valid but do not permit access to this resource, e.g. a connector token used on a different API category or a model whose writes are disabled.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

[API](https://skmtc.net/bindbee/apis/bindbee-apis.md) · [All operations](https://skmtc.net/bindbee/apis/bindbee-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bindbee/bindbee-apis/versions/7da10dc93a21/schema)
