Retrieve details about a webhook subscription.
GET https://www.prayerletters.com/api/v1/hooks/{hook_id}
{hook_id}
The ID of the hook to be retrieved. It typically follows the format h-###-####, but is not guaranteed to do so, and should be treated as an opaque string. A better approach is to use the href value from the Get All Webhooks call as the entire URL.

Expected Response

HTTP/1.1 200 OK
Content-Type: application/json
{ "event": "contact.address_update.v1", "href": "https://www.prayerletters.com.com/api/v1/hooks/h-21w-qe71", "id": "h-21w-qe71", "last_triggered": null, "target": "https://integrated.app/incoming/prayerletters.com" }