POST /webhooks.json

POST /webhooks.json
application/json

Body Required

Responses

  • 200

    Successful response

    Hide response attributes Show response attributes object
POST /webhooks.json
curl \
 -X POST http://api.example.com/v1/webhooks.json \
 -H "Content-Type: application/json" \
 -d '{"error":0,"hash":"string","instanceMethod":"string","instanceMethodTrigger":"after","location":"string","resource":"string","success":0,"updateInstance":true,"webhookType":"save"}'
Request example
{
  "error": 0,
  "hash": "string",
  "instanceMethod": "string",
  "instanceMethodTrigger": "after",
  "location": "string",
  "resource": "string",
  "success": 0,
  "updateInstance": true,
  "webhookType": "save"
}
Response examples (200)
{
  "createdAt": "2023-05-04T09:42:00+00:00",
  "error": 0,
  "hash": "string",
  "id": 42,
  "instanceMethod": "string",
  "instanceMethodTrigger": "after",
  "location": "string",
  "resource": "string",
  "success": 0,
  "updateInstance": true,
  "updatedAt": "2023-05-04T09:42:00+00:00",
  "webhookType": "save"
}