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

# Create Link Token

`POST /v1/link/token`

Create a link token that can be used to link accounts

## Headers

- `Authorization` string, required

## Request body

- object
  - `linkConfig` TypesLinkConfig, required — unresolved $ref

## Response `200`

Response with status 200

- TypeLinkCreateLinkResponse
  - `status` TypesResponseStatus, required — unresolved $ref
  - `linkToken` string, required

## Other responses

- `400` — Error response with status 400
- `401` — Error response with status 401
- `404` — Error response with status 404
- `500` — Error response with status 500

---

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