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
Name | Type | Description |
---|---|---|
Content-Type | string | This value should be |
X-SP-GATEWAY | string | Your Client ID & Secret, separated by a pipe |
Request Body
Name | Type | Description |
---|---|---|
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