Webhook Specifications
Learn how Postmen verifies and secures all the webhook requests.
Method | Description |
---|---|
POST application/json | When the send request to Postmen and webhook is set, we make a POST request to the callback URL you defined on the webhook page. The post body contains a JSON string of the below data. |
Header
preparing...
Body
preparing...