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

Nfon authentication API

Everything about authentication

Nfon authentication API is one of 52 APIs that Nfon 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, API documentation, and an API reference.

This API exposes 3 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.0-early-access.

Requests are made against a single base URL, https://api.nfon.com/call-history.

3 operations 2 paths 3 schemas 1 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0-early-access
Base URL
https://api.nfon.net/configuration/v1
Authentication
HTTP Bearer
Contact
License
NFON proprietary
Terms of Service
Resource Areas
1

Authentication & Security 1

Nfon authentication API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearer_auth).

  • bearer_auth — JSON Web Token

Paths & Operations 3

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

authentication 3

Everything about authentication

POST
/login
Creates a new Token with provided user credentials.
createToken body → 200400401
PUT
/login
Refreshes the Token.
refreshAccessToken → 200400401
GET
/.well-known/jwks.json
Provides the public keys to validate the signing of the JWTs.
publicKeyWellKnown → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are jwksData (6 properties), tokens (2 properties), publicKey (1 property). Each schema is shown below with its type and property counts.

tokens
object
2 properties
publicKey
object
1 property
jwksData
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nfon-authentication-api-openapi.yml Raw ↑

Other APIs Nfon publishes across the network.

NFON Service Portal API (legacy)
Nfon Accounts API
Nfon address API
Nfon Blacklist Profiles API
Nfon clip-screened-prefixes API
Nfon Contract Types API
Nfon Customer Announcements API
Nfon Customer Conference API
Nfon Customer Contracts API
Nfon Customer Device Types API
Nfon Customer Devices API
Nfon Customer DIDs API