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

N3XT Users API

The Users API from N3XT — 2 operation(s) for users.

N3XT Users API is one of 11 APIs that N3XT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Users. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.0, at version v1.0.1-3514-g824039216.

Requests are made against a single base URL, https://openapi.n3xt.io.

2 operations 2 paths 2 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1.0.1-3514-g824039216
Base URL
https://openapi.n3xt.io
Authentication
HTTP Bearer
License
ISC
Terms of Service
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — Bearer auth - insert ONLY the token (the word Bearer will automatically be added)

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.

Users 2
GET
/users/me
Get Current User
Me → 200400401500
GET
/users/{id}
Get User by ID
User 1 param → 200400401403404422500

Schemas 2

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

User
object
10 properties 10 required
ErrorResponse
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

n3xt-users-api-openapi.yml Raw ↑

Other APIs N3XT publishes across the network.

N3XT Approvals API
N3XT AuditTrail API
N3XT Businesses API
N3XT Contacts API
N3XT Ndd Routes API
N3XT Payments API
N3XT Programmable API
N3XT System API
N3XT Transfers API
N3XT Wallets API