---
title: "Get VCS Token"
method: GET
path: "/vcs/token"
tags: ["VCS"]
---

# Get VCS Token

`GET /vcs/token`

Retrieves a VCS token for the specified Account Id and VCS Id

## Query parameters

- `accountId` string, required
- `vcsId` string, required

## Response `200`

VCS token retrieved successfully

- object
  - `token` string, required — The VCS token

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Insufficient permissions
- `404` — Not Found Error
- `500` — Internal Server Error

---

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