Get webhook by ID
GET {{baseUrl}}/{{version}}/webhook/:webhookId
Get a single webhook by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. Not available in the SDKs. |
RESPONSES
status: OK
{"webhook":{"url":"https://winterfell.westeros.gov/events-from-stark-bank","subscriptions":["boleto","boleto-payment"]}}