GET
/
api
/
webhooks
/
{id}
/
Retrieve a Webhook
curl --request GET \
  --url https://api.trysela.com/api/webhooks/{id}/ \
  --header 'Authorization: <api-key>'
{
  "url": "<string>",
  "trigger": "LEAD_CREATED"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
integer
required

A unique integer value identifying this webhook.

Response

200 - application/json

The response is of type object.