---
title: "Get git token by id"
method: GET
path: "/tokens/{id}"
tags: ["Configuration"]
---

# Get git token by id

`GET /tokens/{id}`

## Path parameters

- `id` string, required

## Response `200`

- ConfigurationApiFindTokenByIdResponse
  - `value` string, required
  - `name` string, required
  - `organizationId` string, required
  - `type` 'GIT' | 'GitLab' | 'AzureDevOps', required
  - `id` string, required

---

[API](https://skmtc.net/envzero/apis/env0-api.md) · [All operations](https://skmtc.net/envzero/apis/env0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envzero/env0-api/versions/513441cbe9dc/schema)
