---
title: "Get launch token."
method: POST
path: "/Template/GetLaunchToken"
tags: ["Template"]
---

# Get launch token.

`POST /Template/GetLaunchToken`

<br>
  <i>Replaces "AVRCMSService/Common/AdminTokenJSON:SELECT" service.</i>
</br>

## Headers

- `X-Version` string

## Request body

- GetLaunchTokenRequest
  - `token` string, required — Launch token

## Response `200`

Success

- TokenJSONData
  - `_id` string, nullable
  - `token` string, nullable
  - `loginEmail` string, nullable
  - `userGUID` string, nullable
  - `jsonVal` string, nullable
  - `sessionToken` string, nullable
  - `sessionCode` string, nullable
  - `baseURL` string, nullable
  - `accountURL` string, nullable
  - `cloudFrontURL` string, nullable
  - `accessToken` string, nullable
  - `refreshToken` string, nullable
  - `launchType` integer

## Other responses

- `400` — If param invalid
- `401` — If unauthorized

---

[API](https://skmtc.dev/eon-xr/apis/eonxr-api.md) · [All operations](https://skmtc.dev/eon-xr/apis/eonxr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eon-xr/eonxr-api/revisions/538c75161c64/schema)
