Jèko
Service Providers

List webhook subscriptions for merchant business (Service Provider API)

GET
/partner_api/service_providers/business_webhook_subscriptions

Lists outbound webhook subscriptions for a merchant business.

Authorization

ApiKey ApiKeyId
X-API-KEY<token>

In: header

X-API-KEY-ID<token>

In: header

Query Parameters

merchantBusinessId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/partner_api/service_providers/business_webhook_subscriptions?merchantBusinessId=497f6eca-6276-4993-bfeb-53cbbbba6f08"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "url": "string",    "name": "string",    "businessId": "50092e54-cd12-4059-9828-e8c4ee9a3cf5",    "events": [      "TRANSACTION_COMPLETED"    ],    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]