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

Nabla Authentication API

OAuth and JWT token endpoints.

Nabla Authentication API is one of 5 APIs that Nabla publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.nabla.com.

3 operations 3 paths 0 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.nabla.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — OAuth 2.0 access token (Server API) or JWT access token (User API).

Paths & Operations 3

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

Authentication 3

OAuth and JWT token endpoints.

POST
/oauth/token
Issue a server access token (OAuth 2.0 client credentials)
oauthToken body → 200401
POST
/jwt/authenticate/{user_id}
Issue per-user access and refresh tokens
jwtAuthenticate 1 param → 200
POST
/jwt/refresh
Refresh a user access token
jwtRefresh body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nabla-authentication-api-openapi.yml Raw ↑

Other APIs Nabla publishes across the network.

Nabla Core API
Nabla Copilot Server API
Nabla Copilot User API
Nabla Transcription API