GET
/
v1
/
webhook
/
{webhookId}
/
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"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{personId}}"

Path Parameters

webhookId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Retrieve a Webhook Secret
id
string
Example:

"wbh-218353b5-f068-4399-873b-27e9a87c171b"

secret
string
Example:

"sk_test_e7d4ebb513c31a6416aacbfc6f9c44fc"