Authorizations
API key must be provided in the Authorization header as Bearer YOUR_API_KEY.
Body
application/json
The webhook endpoint URL that will receive POST requests.
Example:
"https://example.com/mywebhook"
Type of webhook. Defaults to 'message' if not specified.
Available options:
message, all Example:
"message"
Unix timestamp (ms) until when the webhook should be valid. Use -1 for no expiration (default).
Example:
-1

