Skip to content

Return the Google Service Account of the Enterprise
Stable

Request

Headers
Authorizationstringrequired

Bearer token for authorization

cURL
curl -i -X GET \
  https://api.esper.io/_mock/openapi/v2/emm/accounts/ \
  -H 'Authorization: string'

Responses

Successfully retrieved Google Service Account

Bodyapplication/json
contentobject
Response
{ "content": { "count": 0, "previous": "string", "next": "string", "results": [] } }