GET
/
webhooks
/
subscriptions
curl --request GET \
  --url https://api.paysway.dev/webhooks/subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "enabled": true,
      "title": "<string>",
      "url": "<string>",
      "events": [
        "<string>"
      ],
      "secret": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json

Webhook subscriptions list returned successfully

The response is of type object.