Convertedin Webhook Ingest API

The one API surface Convertedin hosts itself. A merchant's storefront (Magento, Salla, or a custom platform) POSTs commerce events into Convertedin — orders, customers, products, collections, and app uninstall — authenticated with a static `token` header plus an `X-Shop-Domain` header naming the sending store. Thirteen documented event paths, POST-only, JSON. Verified live on 2026-08-12: an anonymous POST to /orders/create returns HTTP 401 {"msg":"please send in header [x-shop-domain]"}. No signature, no retry policy and no delivery guarantee is documented.

API entry from apis.yml

apis.yml Raw ↑
name: Convertedin Webhook Ingest API
description: 'The one API surface Convertedin hosts itself. A merchant''s storefront (Magento, Salla,
  or a custom platform) POSTs commerce events into Convertedin — orders, customers, products, collections,
  and app uninstall — authenticated with a static `token` header plus an `X-Shop-Domain` header naming
  the sending store. Thirteen documented event paths, POST-only, JSON. Verified live on 2026-08-12: an
  anonymous POST to /orders/create returns HTTP 401 {"msg":"please send in header [x-shop-domain]"}. No
  signature, no retry policy and no delivery guarantee is documented.'
humanURL: https://developer.converted.in/api-1/webhooks
baseURL: https://app.converted.in/api/webhooks/api
tags:
- Webhooks
- E-commerce
- Events
properties:
- type: Documentation
  url: https://developer.converted.in/api-1/webhooks
- type: Webhooks
  url: asyncapi/pinoffer-webhooks.yml