Skip to main content
GET
/
v1
/
webhooks
/
{id}
Get webhook endpoint
curl --request GET \
  --url https://api-sandbox.superbank.com/v1/webhooks/{id} \
  --header 'X-Api-Key: <api-key>'
{}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Webhook endpoint ID

Example:

"wh_abc123"

Response

Webhook endpoint retrieved successfully

The response is of type object.