curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/webhook/{webhookId}/secret \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "wbh-218353b5-f068-4399-873b-27e9a87c171b",
"secret": "sk_test_e7d4ebb513c31a6416aacbfc6f9c44fc"
}
Retrieve a Webhook Secret
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/webhook/{webhookId}/secret \
--header 'Content-Type: application/json' \
--data '""'
{
"id": "wbh-218353b5-f068-4399-873b-27e9a87c171b",
"secret": "sk_test_e7d4ebb513c31a6416aacbfc6f9c44fc"
}
The body is of type any
.
Retrieve a Webhook Secret
The response is of type object
.