---
title: "Issue signed app token for reconnecting PTY"
method: POST
path: "/api/v2/applications/reconnecting-pty-signed-token"
tags: ["Enterprise"]
---

# Issue signed app token for reconnecting PTY

`POST /api/v2/applications/reconnecting-pty-signed-token`

## Request body

- CodersdkIssueReconnectingPTYSignedTokenRequest
  - `agentID` string, uuid, required
  - `url` string, required — URL is the URL of the reconnecting-pty endpoint you are connecting to.

## Response `200`

OK

- CodersdkIssueReconnectingPTYSignedTokenResponse
  - `signed_token` string

---

[API](https://skmtc.net/coder/apis/coder-api.md) · [All operations](https://skmtc.net/coder/apis/coder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coder/coder-api/revisions/50a77af44008/schema)
