SettleFlow API
API ReferenceWebhook configuration

List webhook configurations

GET
/webhooks/config

Returns all webhook configurations for the current merchant application.

X-Api-Key<token>

Merchant API key for authentication

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks/config"
{  "webhooks": [    {      "id": "string",      "url": "string",      "events": [        "string"      ],      "enabled": true,      "environment": "live",      "created_at": "2019-08-24T14:15:22Z",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}