cURL
curl --request POST \ --url https://api.paysway.dev/webhooks/subscriptions \ --header 'Authorization: Bearer <token>'
{ "title": "<string>", "enabled": true, "url": "<string>", "events": [ "<string>" ] }
Creates a webhook subscription for an organization to receive notifications about events.
The access token received from the authorization server in the OAuth 2.0 flow.
Webhook subscription created successfully