AI-generated Key Takeaways
- 
          This API call retrieves the name and domain of an enterprise. 
- 
          The request uses an HTTP GET method to https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId.
- 
          The request requires the enterpriseIdas a path parameter.
- 
          Authorization with the https://www.googleapis.com/auth/androidenterprisescope is required.
- 
          A successful response returns an Enterprises resource in the response body. 
Retrieves the name and domain of an enterprise.
Request
HTTP request
GET https://www.googleapis.com/androidenterprise/v1/enterprises/enterpriseId
Parameters
| Parameter name | Value | Description | 
|---|---|---|
| Path parameters | ||
| enterpriseId | string | The ID of the enterprise. | 
Authorization
This request requires authorization with the following scope:
| Scope | 
|---|
| https://www.googleapis.com/auth/androidenterprise | 
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an Enterprises resource in the response body.