Canto webhooks API
Webhooks are used to notify your application when certain events occur within the system.They can be configured to send a POST request to a specified URL when a specific event happens.Available resources and the events they support:- product - created - updated - deleted- variant - created - updated - deleted- import - started - completed - failedYou can validate the payload using the +X-Webhook-Signature+ header. It's a SHA256 hash of the payload, signed with the secret key.
Canto webhooks API is one of 19 APIs that Canto 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 and API documentation.
This API exposes 6 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.1, at version v1.0.1.
Requests are made against a single base URL, https://{tenantSubdomain}.{region}/api/v1/pim/.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Canto webhooks API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (AccessToken) (bearerAuth).
By default, every request must be authenticated.
Paths & Operations 6
Across 2 paths, the API surfaces 6 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Webhooks are used to notify your application when certain events occur within the system. They can be configured to send a POST request to a specified URL when a specific event ha…
Schemas 1
The contract defines 1 schema that model the data the API accepts and returns. The most detailed is webhook_properties (5 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Canto 12
Other APIs Canto publishes across the network.