---
title: "Validate install GitHub token"
method: POST
path: "/install/github/token/test"
tags: ["Install"]
---

# Validate install GitHub token

`POST /install/github/token/test`

Validates a GitHub personal access token without persisting it. Requires the one-time install token.

## Request body

- InstallGithubTokenTestInput — Input for install-time GitHub token validation.
  - `token` string, required

## Response `200`

GitHub token validated successfully

- InstallGithubTokenTestResponse — Successful response from install-time GitHub token validation.
  - `username` string, required

## Other responses

- `401` — Invalid or missing install token
- `422` — GitHub token validation failed

---

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