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

Nuon auth API is one of 18 APIs that Nuon 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 2 operations across 2 paths, and defines 14 schemas. It is described by OpenAPI 2.0, at version 0.19.1074.

Requests are made against the base URL https://api.nuon.co.

2 operations 2 paths 14 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
0.19.1074
Base URL
https://api.nuon.co
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Nuon auth API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). An API key is passed in the header as X-Nuon-Org-ID (OrgID).

  • APIKey — Type "Bearer" followed by a space and token.
  • OrgID — Nuon org ID

Paths & Operations 2

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

auth 2

auth

GET
/v1/auth/me
Get current account with identity information
GetAuthMe → 200401500
GET
/v1/auth/validate
Validate authentication token
ValidateToken → 200401

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are service.AuthMeResponse (11 properties), app.Account (10 properties), app.Policy (7 properties), app.UserJourneyStep (7 properties). Each schema is shown below with its type and property counts.

permissions.Permission
string
app.UserJourney
object
3 properties
app.UserJourneyStep
object
7 properties
service.AuthMeResponse
object
11 properties
permissions.Set
object
app.PolicyName
string
app.Account
object
10 properties
stderr.ErrResponse
object
3 properties
app.RoleType
string
app.Policy
object
7 properties
app.Role
object
7 properties
app.ProviderType
string
service.AuthMeIdentity
object
3 properties
app.AccountType
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuon-auth-api-openapi.yml Raw ↑

Other APIs Nuon publishes across the network.

Nuon accounts API
Nuon actions API
Nuon actions/runner API
Nuon apps API
Nuon components API
Nuon general API
Nuon installs API
Nuon notebooks API
Nuon onboarding API
Nuon orgs API
Nuon policy-reports API
Nuon queues API