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

Nestcoin auth-oauth API

The auth-oauth API from Nestcoin — 2 operation(s) for auth-oauth.

Nestcoin auth-oauth API is one of 23 APIs that Nestcoin publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include auth-oauth. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 3.0.2.

Requests are made against a single base URL, https://external.dev.onboardpay.co.

2 operations 2 paths 4 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.2
Base URL
https://external.dev.onboardpay.co
Authentication
API Key, API Key
License
UNLICENSED
Resource Areas
1

Authentication & Security 2

Nestcoin auth-oauth API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-signature (authSignature). An API key is passed in the header as x-auth-token (authToken).

  • authToken — Auth Token header for inter-service communication

Paths & Operations 2

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

auth-oauth 2
POST
/auth/oauth/access-token
Request for access token
requestAccessToken body → 200400401403500
POST
/auth/oauth/refresh-token
Request for access token
refreshAccessToken → 200400401403500

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are ErrorMessageDto (3 properties), AccessTokenResponse (3 properties), AccessTokenRequest (3 properties), Token (2 properties). Each schema is shown below with its type and property counts.

AccessTokenRequest
object
3 properties 3 required
AccessTokenResponse
object
3 properties 3 required
ErrorMessageDto
object
Default error object for services. This gives consistent error object that all services may use.
3 properties 2 required
Token
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nestcoin-auth-oauth-api-openapi.yml Raw ↑

Other APIs Nestcoin publishes across the network.

Nestcoin auth-userauth API
Nestcoin exchange-external-api API
Nestcoin exchange-orders API
Nestcoin ledger-account activity API
Nestcoin ledger-accounts API
Nestcoin ledger-beneficiaries API
Nestcoin ledger-cash deposits API
Nestcoin ledger-offramp accounts API
Nestcoin ledger-payments API
Nestcoin ledger-sub-accounts API
Nestcoin ledger-transfer API
Nestcoin offers-offers API