Home
Wunderkind
Wunderkind Signals Webhook Delivery Example
Wunderkind Signals Webhook Delivery Example
Company Marketing Personalization Identity Resolution Email SMS Behavioral Data E-Commerce Webhook
Wunderkind Signals Webhook Delivery Example is an example object payload from Wunderkind, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
x-provenance operationId direction request response
Example Payload
{
"x-provenance": {
"generated": "2026-08-13",
"method": "derived",
"source": "openapi/wunderkind-wunderhook-api-openapi.yml#get_new-endpoint",
"note": "INBOUND delivery, not an outbound call: this is the payload Wunderkind POSTs to a client-owned Signals webhook consumer endpoint. Body is the provider's own in-spec 'Sample Request' example, copied verbatim. The host is templated because the endpoint belongs to the client. See asyncapi/wunderkind-signals-webhooks.yml."
},
"operationId": "get_new-endpoint",
"direction": "inbound-delivery",
"request": {
"method": "POST",
"url": "https://{yourendpoint}/",
"headers": {
"Content-Type": "application/json"
},
"body": {
"Recipient": "to@example.com",
"RecipientSha256": "01ebc948fa4c500ca1dc7b235ea2cadea0e534fe15d7035a1b31ae9d8a00029b",
"Origin": "wunderkind",
"UserType": "prospect",
"WkChannel": "email",
"WkPurpose": "cart abandonment",
"WKCouponCode": "",
"WKCouponPurpose": "",
"WkCartReplenishUrl": "some-url.com",
"WkItems": [
{
"WkCopy": "Product name",
"WkId": "012345",
"WkImageUrl": "some-url.jpg",
"WkUrl": "some-url.com",
"WkPrice": "34.77",
"WkSalePrice": "24.77",
"WkQuantity": "12"
},
{
"WkCopy": "Product name",
"WkId": "012345",
"WkImageUrl": "some-url.jpg",
"WkUrl": "some-url.com",
"WkAdditionalProperties": [
{
"key": "CategoryName",
"value": "Toys"
}
]
},
{
"WkCopy": "Product name",
"WkId": "012345",
"WkImageUrl": "some-url.jpg",
"WkUrl": "some-url.com"
},
{
"WkCopy": "Product name",
"WkId": "012345",
"WkImageUrl": "some-url.jpg",
"WkUrl": "some-url.com"
}
],
"WkAdditionalProperties": [
{
"key": "CategoryName",
"value": "Toys"
}
]
}
},
"response": {
"status": 200,
"description": "Client consumer must return 200 OK to acknowledge the delivery.",
"body": null
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/wunderkind-signals-webhook-delivery-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.