API Reference
Send a test notification
Test your webhook endpoint(s) by triggering test notifications.
POST
Authorizations
Use partnerId
and secretKey
as the username and password respectively.
The client must send these credentials in the Authorization header, encoded in Base64.
The format for the header is Authorization: Basic {credentials}
, where "credentials" is
the Base64 encoding of "partnerId:secretKey"
.
Response
201
application/json
Notification created
An RFC 3339 timestamp representing when the test notification was created. The delivery time of this notification will likely be different.
Example: 2017-07-21T17:32:28Z
See Open API data types for more.