Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Esper Application API

APIs for application management

Esper Application API is one of 13 APIs that Esper publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Application. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 10 operations across 7 paths, and defines 7 schemas. It is described by OpenAPI 2.0, at version 1.0.0.

Requests are made against the base URL https://foo-api.esper.cloud/api.

10 operations 7 paths 7 schemas 2 DELETE6 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0.0
Base URL
https://foo-api.esper.cloud/api
Authentication
API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Esper Application API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey).

  • apiKey — API KEY - Access Token Access token for APIs passed as authorization header in calls. You need to generate this from your Esper Dev Console at -api.esper.cloud…

Paths & Operations 10

Across 7 paths, the API surfaces 10 operations — 2 DELETE, 6 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Application 10

APIs for application management

GET
/enterprise/{enterprise_id}/application/
List apps in enterprise
getAllApplications 15 params → 200401500
POST
/enterprise/{enterprise_id}/application/upload/
Upload an application to enterprise
upload 2 params → 201400401403415500
GET
/enterprise/{enterprise_id}/application/{application_id}/
Get application information
getApplication 2 params → 200401404500
DELETE
/enterprise/{enterprise_id}/application/{application_id}/
Delete an application
deleteApplication 2 params → 204401403404500
GET
/enterprise/{enterprise_id}/application/{application_id}/version/
List App versions
getAppVersions 15 params → 200401500
GET
/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/
Get app version information
getAppVersion 4 params → 200401404500
DELETE
/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/
Delete app version
deleteAppVersion 3 params → 200204400401403404500
PATCH
/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/
Patch an App version instance
patchAppVersion 4 params → 200400401403404500
GET
/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/installdevices
List install devices
getInstallDevices 6 params → 200401403404500
GET
/v1/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/installdevices
List install devices
getInstallDevicesV1 6 params → 200401403404500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are AppVersion (20 properties), Application (13 properties), ApplicationVersion (9 properties), AppPermission (8 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
3 properties
AppPermission
object
8 properties 2 required
AppVersionDelete
object
2 properties
InstallDevices
object
4 properties 1 required
Application
object
13 properties 3 required
ApplicationVersion
object
9 properties
AppVersion
object
20 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

esper-application-api-openapi.yml Raw ↑

Other APIs Esper publishes across the network.

Esper Application V1 API
Esper Commands API
Esper Commands V2 API
Esper Content API
Esper Device API
Esper Device Group API
Esper Enterprise API
Esper Enterprise Policy API
Esper Geofence API
Esper Group Commands API
Esper Subscription API
Esper Token API