Skip to content

Return the enrollment status of the Enterprise
Stable

Request

Headers
Authorizationstringrequired

Bearer token for authorization

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

Responses

Successfully retrieved enrollment status

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