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

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/.

6 operations 2 paths 1 schemas 1 DELETE2 GET1 PATCH1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
v1.0.1
Base URL
https://api.canto.com/
Authentication
HTTP Bearer
Resource Areas
1

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 6

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…

GET
/webhooks
Get Webhooks
get_api_v1_webhooks → 200401500
POST
/webhooks
Create Webhook
post_api_v1_webhooks body → 201400401422500
GET
/webhooks/{id}
Get Webhook
get_api_v1_webhooks_id 1 param → 200401404500
PUT
/webhooks/{id}
Update Webhook
put_api_v1_webhooks_id 1 param body → 200400401404422500
DELETE
/webhooks/{id}
Delete Webhook
delete_api_v1_webhooks_id 1 param → 204401404422500
PATCH
/webhooks/{id}
Update Webhook
patch_api_v1_webhooks_id 1 param body → 200400401404422500

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.

webhook_properties
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

canto-webhooks-api-openapi.yml Raw ↑

Other APIs Canto publishes across the network.

Canto bulk_products_catalogs API
Canto bulk_products_channel_templates API
Canto dimensions API
Canto filter API
Canto import_settings API
Canto imports API
Canto options API
Canto product_catalog_products API
Canto product_catalogs API
Canto product_categories API
Canto product_channel_template_products API
Canto product_channel_templates API