GEThttps://www.prayerletters.com/api/v1/hooks/:id/ping

Triggers a webhook on demand, for testing purposes.

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.

URL Parameters

id
Example: h-###-####

Response

200 OK

Response Body

hooks.ping_response.v1 Object

Example

{
   "status" : "200"
}