Links

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
GET /v3.1/subscriptions/logs HTTP/1.1
Host: uat-api.synapsefi.com
X-SP-GATEWAY: client_id_2bb1e412edd311e6bd04e285d6015267|client_secret_6zZVr8biuqGkyo9IxMO5jY2QlSp0nmD4EBAgKcJW
allsublogs = client.webhook_logs()
client.getWebhookLogs();
client.webhook_logs()
$client->get_webhook_logs()
data, err := client.GetWebhookLogs()