Skip to content

Gets minimum information regarding application
Stable

Request

Returns id and package name of application

Security
apiKey
Path
enterprise_idstringrequired

A UUID string identifying this enterprise.

cURL
curl -i -X GET \
  'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/applications-minimal/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

successful operation

Bodyapplication/json
countintegerrequired
nextstring or null, (url)
previousstring or null, (url)
resultsArray of objectsrequired
Response
{ "count": 0, "next": "string", "previous": "string", "results": [ {} ] }