List webtokens
List all web tokens for a Google Enterprise (EMM) instance. Retrieves all web tokens associated with the specified EMM binding, including each token's value, parent_url, active status, and creation timestamp. Retrieve your webtoken from the Apps section of the console by using the inspector's network tab.
About Web Tokens
A Google web token is a credential required to access the Managed Google Play interface within the Esper Console. Web tokens are also a key part of the EMM enterprise enrollment Workflow — if token generation or retrieval fails, it can block new device onboarding and prevent access to app management features entirely.
Common Use Cases
Retrieving existing web tokens to verify their active status before launching the Managed Play Store interface, auditing which parent_url values are authorized for console Google Play Store use, and obtaining a webtoken_id needed to update or delete a specific token.
Workflow
- Call GET /v0/enterprise/{enterprise_id}/emm/ to retrieve the emm_id for the enterprise's Google Enterprise binding.
- Call this endpoint to list all existing web tokens and check their active status and associated parent_url.
- If a suitable active token exists, use it to access the Managed Google Play interface for app selection, managed configurations, and Play Store customization.
Path parameters
A UUID string identifying this enterprise.
An integer representing the ID of enterprise.
Response
successful operation