Status
Changelog
Dashboard
Create a Ticket
Search…
Getting Started
Intro to APIs
How to Contact us
How to Go-Live
Intro to Risk
Intro to Spec Sheets
Product Guides
Deposit Hub
Credit Hub
Crypto Hub
Payment Accounts
ID Score
Chatbot
API References
OAuth
Users
Nodes
Subnets
Shipments
Statements
Transactions
Subscriptions
Subscription Object Details
Webhook Object Details
Testing on UAT
View all Subscriptions
View Subscription
Create Subscription
Update Subscription
View Webhook Logs
Miscellaneous
Powered By
GitBook
View Webhook Logs
get
https://api.synapsefi.com
/v3.1/subscriptions/logs
View webhook Logs
Webhook Log Expiration
Webhook logs expire 15 days from date of creation.
Example Request
HTTP
Python
JavaScript
Ruby
PHP
Go
1
GET
/v3.1/subscriptions/logs
HTTP/1.1
2
Host
:
uat-api.synapsefi.com
3
X-SP-GATEWAY
:
client_id_2bb1e412edd311e6bd04e285d6015267|client_secret_6zZVr8biuqGkyo9IxMO5jY2QlSp0nmD4EBAgKcJW
Copied!
1
allsublogs
=
client
.
webhook_logs
()
Copied!
1
client
.
getWebhookLogs
();
Copied!
1
client
.
webhook_logs
()
Copied!
1
$client
->
get_webhook_logs
()
Copied!
1
data
,
err
:=
client
.
GetWebhookLogs
()
Copied!
Previous
Update Subscription
Next - API References
Miscellaneous
Last modified
1yr ago
Export as PDF
Copy link
Contents
get
View webhook Logs
Example Request