Skip to main content
GET
/
webhooks
/
endpoint
Get webhook endpoint
curl --request GET \
  --url https://api.rendobar.com/webhooks/endpoint
{
  "data": {
    "id": "<string>",
    "url": "<string>",
    "signingSecret": "<string>",
    "active": true,
    "createdAt": 123,
    "updatedAt": 123
  }
}

Response

Webhook endpoint configuration

data
object
required