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

Widen Acquia-DAM-Webhooks API

Create, list, retrieve, edit, ping, and delete DAM asset webhooks.

Widen Acquia-DAM-Webhooks API is one of 17 APIs that Widen publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Acquia-DAM-Webhooks. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

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

Requests are made against 2 base URLs: https://api.widencollective.com/v2, https://api.widencollective.com/v1.

6 operations 3 paths 4 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.widencollective.com/v2
Authentication
HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 1

Widen Acquia-DAM-Webhooks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth2 Bearer token obtained from Acquia DAM.

Paths & Operations 6

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

Acquia-DAM-Webhooks 6

Create, list, retrieve, edit, ping, and delete DAM asset webhooks.

GET
/webhooks/configurations
List Assets webhooks
listWebhooks 2 params → 200
POST
/webhooks/configurations
Create an Assets webhook
createWebhook body → 201
GET
/webhooks/configurations/{id}
Retrieve an Assets webhook
getWebhook 1 param → 200
PUT
/webhooks/configurations/{id}
Edit an Assets webhook
editWebhook 2 params body → 204
DELETE
/webhooks/configurations/{id}
Delete an Assets webhook
deleteWebhook 1 param → 204
GET
/webhooks/configurations/{id}/ping
Ping an Assets webhook
pingWebhook 1 param → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are GetAssetsWebhookResult (8 properties), PaginatedList (4 properties), CreateAssetsWebhookResult (1 property). Each schema is shown below with its type and property counts.

PaginatedList
object
4 properties
GetAssetsWebhookResult
object
8 properties
CreateAssetsWebhookResult
object
1 property
ListAssetsWebhooksResult

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

widen-acquia-dam-webhooks-api-openapi.yml Raw ↑

Other APIs Widen publishes across the network.

Widen Analytics API
Widen Assets API
Widen Attributes API
Widen Categories API
Widen Channels API
Widen Collections API
Widen File-Formats API
Widen Integration-Links API
Widen Metadata API
Widen Orders API
Widen Products API
Widen Search-Connector API