webhooks.v1
Insert a new config
Insert a new webhooks config.
The endpoint should be a valid https URL and be unique.
The secret is the endpoint’s verification secret. If not passed or empty, a secret is automatically generated. The format is a random string of bytes of size 24, base64 encoded. (larger size after encoding)
All eventTypes are converted to lower-case when inserted.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Response
200
application/json
Config created successfully.
The response is of type object
.