Webhooks

Number of APIs: 5

  1. Update a webhook PATCH https://{{subdomain}}.commercelayer.io/api/webhooks/{{webhook_id}}

  2. List all webhooks GET https://{{subdomain}}.commercelayer.io/api/webhooks

  3. Retrieve a webhook GET https://{{subdomain}}.commercelayer.io/api/webhooks/{{webhook_id}}

  4. Create a webhook POST https://{{subdomain}}.commercelayer.io/api/webhooks

  5. Delete a webhook DELETE https://{{subdomain}}.commercelayer.io/api/webhooks/{{webhook_id}}