AI-generated Key Takeaways
-
Retrieves a migration token for a specific enterprise using a GET request.
-
Requires the
name
path parameter specifying the enterprise and migration token. -
An empty request body is necessary, and a successful response returns a MigrationToken object.
-
Utilizes the
https://www.googleapis.com/auth/androidmanagement
OAuth scope for authorization.
Gets a migration token.
HTTP request
GET https://androidmanagement.googleapis.com/v1/{name=enterprises/*/migrationTokens/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the migration token to retrieve. Format: |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MigrationToken
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidmanagement
For more information, see the OAuth 2.0 Overview.