Skip to main content

Ping

v1

Description

Here's a sample payload of a ping event when you test the webhook configuration on Fynd Platform.


Payload

{
"event": {
"id": "6cbe2275-43ac-4ca7-9046-c855d8a4bc17",
"trace_id": [
"6cbe2275-43ac-4ca7-9046-c855d8a4bc17"
],
"name": "ping",
"type": "push",
"version": "1",
"created_timestamp": 1626951794776
},
"company_id": 61,
"contains": [
"ping"
],
"payload": {
"ping": {
"key1": "val1",
"key2": "val2"
}
}
}