v1

latestOpenAPI 3.0.1Apache 2.02026-08-063494581.6 MB
esper_cloud_api_Application

Creates a webtoken instance

We recommend enrolling in EMM (Google Play) through the UI. See Setting Up Google Play for more information. Create a new web token for a Google Enterprise (EMM) instance. Generates a new web token scoped to a specified parent_url, which can then be used to access the Managed Google Play interface within the Esper Console or a custom management application. Returns the created token including its id, token value, parent_url, and active status.

Required request body fields

emm — the integer ID of the EMM instance (from GET /v0/enterprise/{enterprise_id}/emm/)

parent_url — the URL of the application that will host the Play Store iFrame; must use the https scheme

post/v0/enterprise/{enterprise_id}/emm/{emm_id}/webtoken/

Path parameters

enterprise_idstring required

A UUID string identifying this enterprise.

emm_idinteger required

An integer representing the ID of enterprise.

Request body

idinteger
emminteger required
tokenstring
parent_urlstring url required
is_activeboolean

Response

successful operation

idinteger
emminteger
tokenstring
parent_urlstring url
is_activeboolean
created_onstring date-time