v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
tenant_Google Enterprise

Create a Google Web Token

post/v2/emm/web-token/

Headers

Authorizationstring required

Bearer token for authorization

Request body

google_enterprise_idstring required

The ID of the Google enterprise. It is required and cannot be empty.

parent_urlstring uri required

The parent URL. It must be a valid URL with the https scheme.

Example request

{
  "google_enterprise_id": "test",
  "parent_url": "https://valid.url"
}

Response

Successful Response

tokenstring

The generated token.

Example response

{
  "token": "test_1245"
}