My App
APIEndpoints

POST /v1/webhooks/{webhookId}/enable

Enable a webhook endpoint.

POST/v1/webhooks/{webhookId}/enable

Path Parameters

webhookId*string

Response Body

application/json

curl -X POST "https://api.hyrelog.com/v1/webhooks/string/enable"
{
  "id": "string",
  "status": "string"
}