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 Contacts API

The Contacts API from N3XT — 2 operation(s) for contacts.

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

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

This API exposes 3 operations across 2 paths, and defines 3 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.

3 operations 2 paths 3 schemas 1 DELETE1 GET1 POST

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 Contacts 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 3

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

Contacts 3
GET
/contacts
Get Contacts
ListContacts 5 params → 200400401404500
POST
/contacts
Create Contact
CreateContact body → 200400401403404409500
DELETE
/contacts/{id}
Delete Contact
DeleteContact 1 param → 200400401403404422500

Schemas 3

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

ApiWrapperOrderBy
string
ErrorResponse
object
1 property 1 required
Contact
object
6 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

n3xt-contacts-api-openapi.yml Raw ↑

Other APIs N3XT publishes across the network.

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