Create Subscription
Create Subscription
POST
https://api.synapsefi.com/v3.1/subscriptions
This endpoint allows you to create a subscription to stay updated on the status of users, nodes, transactions & subnets.
Headers
Content-Type
string
This value should be application/json
X-SP-GATEWAY
string
Your Client ID & Secret, separated by a pipe
Request Body
scope
array
Scope of subscription.
url
string
URL destination for webhooks
Subscription Limits Only one subscription URL can be enabled per scope. Previous subscriptions for the same scope will be overwritten. We recommend disabling subscriptions that you do not wish to use any longer to avoid confusion.
Originating IP Address
We send webhooks from the originating IP address: 50.112.48.126
, 44.238.232.80
or 35.85.83.81
.
Go to Subscription Object Details to see all the required and optional body parameters allowed when creating a subscription.
Example Request
Last updated