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 V1 API

APIs for application management

Esper Application V1 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 V1. 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 7 operations across 4 paths, and defines 5 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.

7 operations 4 paths 5 schemas 2 DELETE4 GET1 PATCH

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 V1 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 7

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

Application V1 7

APIs for application management

GET
/v1/enterprise/{enterprise_id}/application/
List apps in enterprise
getAllApplicationsV1 15 params → 200401500
GET
/v1/enterprise/{enterprise_id}/application/{application_id}/
Get application information
getApplicationv1 2 params → 200401404500
DELETE
/v1/enterprise/{enterprise_id}/application/{application_id}/
Delete an application
deleteApplicationV1 2 params → 204401403404500
GET
/v1/enterprise/{enterprise_id}/application/{application_id}/version/
List App versions
getAppVersionsV1 15 params → 200401500
GET
/v1/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/
Get app version information
getAppVersionV1 3 params → 200401404500
DELETE
/v1/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/
Delete app version
deleteAppVersionV1 4 params → 200204400401403404500
PATCH
/v1/enterprise/{enterprise_id}/application/{application_id}/version/{version_id}/
Patch an App version instance
patchAppVersionV1 4 params → 200400401403404500

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are AppVersionV1 (17 properties), ApplicationVersionV1 (8 properties), ApplicationV1 (6 properties), ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

ApplicationV1
object
6 properties 3 required
ErrorResponse
object
3 properties
ApplicationVersionV1
object
8 properties
AppVersionV1
object
17 properties 2 required
AppVersionDelete
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

esper-application-v1-api-openapi.yml Raw ↑

Other APIs Esper publishes across the network.

Esper Application 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