webhooks
Get webhook by ID
Retrieve individual webhook by an ID
get/v1/environment/webhooks/{webhook_id}
Response
The request was a success.
Example response
{
"webhook_id": "se-28529731",
"url": "https://example.com/resource",
"headers": [
{
"key": "custom-key",
"value": "custom-value"
}
],
"name": "My Webhook",
"store_id": 123456
}