---
title: "POST /experimental/workspaces/{workspaceId}/integrations/linear/token"
method: POST
path: "/experimental/workspaces/{workspaceId}/integrations/linear/token"
tags: ["Integrations", "Workspaces"]
---

# POST /experimental/workspaces/{workspaceId}/integrations/linear/token

`POST /experimental/workspaces/{workspaceId}/integrations/linear/token`

A Linear access token for the workspace, valid when it is returned. It authenticates as the Linear app that holds the workspace's connection.

## Path parameters

- `workspaceId` string, uuid, required

## Headers

- `Authorization` string

## Response `200`

Default Response

- object
  - `links` object, required
    - `self` string, uri, required
  - `data` object, required
    - `id` string, uuid, required
    - `type` 'linear-access-token', required
    - `attributes` object, required
      - `token` string, required
      - `expiresAt` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-22** `3c979ca657d8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/experimental/workspaces/:workspaceId/integrations/linear/token/post.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/ee9b4e55fec4?raw)
