Sends a synthetic test event matching one of the subscribed event types. Useful for verifying that a receiver is wired up correctly before real events fire.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://prod.your-api-server.com/webhooks//test' \
--header'Authorization: Bearer <token>'