---
title: "Create a Google Web Token"
method: POST
path: "/v2/emm/web-token/"
tags: ["tenant_Google Enterprise"]
---

# Create a Google Web Token

`POST /v2/emm/web-token/`

## Headers

- `Authorization` string, required

## Request body

- TenantCreateWebTokenRequest
  - `google_enterprise_id` string, required — The ID of the Google enterprise. It is required and cannot be empty.
  - `parent_url` string, uri, required — The parent URL. It must be a valid URL with the https scheme.

## Response `200`

Successful Response

- TenantCreateWebTokenResponse
  - `token` string — The generated token.

## Other responses

- `400` — Invalid input
- `401` — Unauthorized
- `500` — Internal server error

---

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