---
title: "Get Google enterprise information"
method: GET
path: "/v0/enterprise/{enterprise_id}/emm/{emm_id}"
tags: ["esper_cloud_api_Application"]
---

# Get Google enterprise information

`GET /v0/enterprise/{enterprise_id}/emm/{emm_id}`

Get a specific Google Enterprise (EMM) instance for the enterprise. Retrieves the details of a single Google Enterprise binding identified by emm_id, including its association with the Esper enterprise and the google_enterprise_id that links it to Google's EMM infrastructure.

**Common Use Cases** 

Confirming the details of a specific EMM binding before performing GMS-dependent operations, retrieving the google_enterprise_id for use in downstream **Workflow**s, and validating that the correct EMM instance is associated with the enterprise before managing web tokens or Google Play applications.

**Workflow**

1. Call GET /v0/enterprise/{enterprise_id}/emm/ to retrieve the emm_id.
2. Call this endpoint to confirm the details of a specific EMM instance.

## Path parameters

- `enterprise_id` string, required
- `emm_id` integer, required

## Response `200`

successful operation

- EsperCloudApiGoogleEnterprise
  - `id` integer
  - `google_enterprise_id` string
  - `name` string, required
  - `state` integer
  - `callback_url` string, url
  - `signup_url` string, url
  - `completion_token` string
  - `enterprise_token` string
  - `is_active` boolean
  - `created_on` string, date-time
  - `updated_on` string, date-time
  - `enterprise` string

## Other responses

- `401` — Authorization information is missing or invalid.
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/versions/e1f64cbb488e/schema)
