Creates or updates the webhook profile for the current tenant

Use the /profile end-point to save the webhook profile within the database. This will overwrite any existing webhook profile.

Sample Webhook Payload (sent to specified URLs)

{
   "event":"created"
   "timestamp": "2018-09-03T01:48:15.921Z"
   "doc" : {
      ...
   }
}


User roles: admin

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Contains the webhook profile to save.

A webhook profile.

enum
Allowed:
webhooks
array of objects

The list of registered webhooks

webhooks
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json