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

Eon auth API

Authentication and access token management.

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

Tagged areas include auth. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, /.

4 operations 4 paths 5 schemas 4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://console.eon.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Eon auth API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 POST. Each is listed below with its method, path, parameters, and response codes.

auth 4

Authentication and access token management.

POST
/v1/api-credentials/{clientId}/rotate
Rotate API Client Secret
rotateApiClientSecret 1 param → 2004041XX3XX4XX5XX
POST
/v1/api-credentials/current/rotate
Rotate Current API Client Secret
rotateCurrentApiClientSecret → 2001XX3XX4XX5XX
POST
/v1/token
Get Access Token
getAccessToken body → 2004041XX3XX4XX5XX
POST
/v1/oauth2/token
Get Access Token (OAuth 2)
getAccessTokenOAuth2 body → 2004041XX3XX4XX5XX

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are OAuth2TokenRequest (3 properties), Oauth2TokenResponse (3 properties), ApiCredentials (2 properties), TokenResponse (2 properties). Each schema is shown below with its type and property counts.

TokenResponse
object
2 properties
Oauth2TokenResponse
object
3 properties
Error
object
1 property
ApiCredentials
object
2 properties 2 required
OAuth2TokenRequest
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eon-auth-api-openapi.yml Raw ↑

Other APIs Eon publishes across the network.

Eon accounts API
Eon actionApprovals API
Eon backupPolicies API
Eon backups API
Eon billing API
Eon dashboard API
Eon databaseSnapshots API
Eon iam API
Eon jobs API
Eon resources API
Eon snapshots API
Eon vaults API