Webhooks
Retrieve a Webhook Secret
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Webhooks
Retrieve a Webhook Secret
Retrieve a Webhook Secret
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"
}
Path Parameters
Body
application/json · any
The body is of type any
.
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"
}