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

Wove Authentication API

OAuth 2.0 authentication endpoints

Wove Authentication API is one of 10 APIs that Wove 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 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 3 base URLs: https://api.wove.com, https://staging-api.wove.com, http://localhost:4000.

2 operations 2 paths 4 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Servers
https://api.wove.com
https://staging-api.wove.com
http://localhost:4000
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Wove 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 Bearer token obtained from /auth/token endpoint

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.

Authentication 2

OAuth 2.0 authentication endpoints

POST
/api/v1/external/auth/token
Get OAuth access token
body → 200400401
POST
/api/v1/external/auth/revoke
Revoke OAuth token
body → 200401

Schemas 4

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

TokenRequest
object
4 properties 3 required
SuccessResponse
object
3 properties 2 required
TokenResponse
object
4 properties
ErrorResponse
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wove-authentication-api-openapi.yml Raw ↑

Other APIs Wove publishes across the network.

Wove Documents API
Wove Query Bank API
Wove Rates API
Wove Shipments API
Wove Sources API
Wove Tariffs API
Wove Testing API
Wove TMS Organizations API
Wove Webhooks API