# Create a Google Web Token Endpoint: POST /v2/emm/web-token/ Version: 1.0.0 ## Header parameters: - `Authorization` (string, required) Bearer token for authorization ## Request fields (application/json): - `google_enterprise_id` (string, required) The ID of the Google enterprise. It is required and cannot be empty. Example: "test" - `parent_url` (string, required) The parent URL. It must be a valid URL with the https scheme. Example: "https://valid.url" ## Response 200 fields (application/json): - `token` (string) The generated token. Example: "test_1245" ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)