Webhooks
Retrieve a Webhook
Retrieve a Webhook
GET
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Example:
"{{api_key}}"
Path Parameters
Response
200
application/json
Retrieve a Webhook
unique id of the webhook created
Example:
"whk_a8d2b191fa0e960d8e49a4bfd320e07b"
unique id of the client that issued the card
Example:
"cli_64c6c87ee9d609f36a6f390dc378a4ce"
description of the webhook
Example:
"Transaction webhook"
url of the webhook endpoint
Example:
"http://test-url.com/txn-webhook"
an array of events to enable for this webhook endpoint. Example ["transaction.status.declined","transaction.status.received"]
status of the webhook
Available options:
active
, inactive
Example:
"active"