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

Webhook management for async notifications

Wove Webhooks API is one of 10 APIs that Wove publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Webhooks. The published artifact set on APIs.io includes an OpenAPI specification.

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

8 operations 5 paths 3 schemas 1 DELETE3 GET3 POST1 PUT

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 Webhooks 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 8

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

Webhooks 8

Webhook management for async notifications

GET
/api/v1/external/webhooks
List webhooks
→ 200
POST
/api/v1/external/webhooks
Create webhook
body → 201400
GET
/api/v1/external/webhooks/{webhookId}
Get webhook details
1 param → 200404
PUT
/api/v1/external/webhooks/{webhookId}
Update webhook
1 param body → 200404
DELETE
/api/v1/external/webhooks/{webhookId}
Delete webhook
1 param → 200404
POST
/api/v1/external/webhooks/{webhookId}/test
Test webhook
1 param → 200404
POST
/api/v1/external/webhooks/test
Test webhook URL
body → 200400
GET
/api/v1/external/webhooks/{webhookId}/deliveries
Get webhook deliveries
2 params → 200404

Schemas 3

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

CreateWebhookRequest
object
3 properties 2 required
SuccessResponse
object
3 properties 2 required
Webhook
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wove-webhooks-api-openapi.yml Raw ↑

Other APIs Wove publishes across the network.

Wove Authentication API
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