Hands In Docs
APIV1

List all webhook endpoints

GET
/merchant-webhooks

Authorization

AuthorizationBearer <token>

Merchant JWT bearer token

In: header

Scope: developers.read

Response Body

application/json

application/json

curl -X GET "https://example.com/merchant-webhooks"
[
  {
    "merchantId": "string",
    "id": "string",
    "signingKey": "string",
    "name": "string",
    "url": "string",
    "events": [
      "CHECKOUT_CREATED"
    ],
    "disabled": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]
{
  "http_status_code": 100,
  "moreInfo": "https://www.randomurl.com",
  "name": "string",
  "detail": "string",
  "instance": "/pets/dogs/123",
  "property1": null,
  "property2": null
}