Webhooks
Create Webhook
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The URL to which webhook would send requests
Example:
"https://www.google.com"