Subscribe
Read on how to get Webhooks
Create a webhook subscription to receive POST requests from the platform (called webhooks) when events associated with your application occur. Webhooks are sent to a URL which you provide when creating a webhook subscription.
POST /v2/subscriptions
Field | Required | Type | Description |
---|---|---|---|
end_point | Yes | URL | Subscription URL. |
secret | Yes | secret | String used to hash the message. |
Last updated