Trigger a webhook on demand, for testing purposes.
GET https://www.prayerletters.com/api/v1/hooks/{hook_id}/ping

In order to facilitate testing, you can call this URL from your browser or from a command line (don't forget to include your access_token in the URL as well), and we will immediately and synchronously send a "ping" event to the webhook subscription's target URL.

The HTTP status code that your app returns to us will be displayed as the status field in the response.

This is a one-time notification, and will not be retried if it fails or times out.

Expected Response

HTTP/1.1 200 OK
Content-Type: application/json
{ "status": "200" }