cURL
curl --request GET \ --url https://app.lettr.com/api/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
200
Example
Retrieve details of a single webhook including its status, event types, and delivery information.
API key for authentication
The webhook ID to retrieve
"webhook-abc123"
Webhook retrieved successfully
Response containing a single webhook
Human-readable response message
"Webhook retrieved successfully."
View of a webhook
Show child attributes
Was this page helpful?