Skip to main content
GET
/
api
/
public
/
v1
/
webhooks
List webhook endpoints
curl --request GET \
  --url https://app.tagadapay.com/api/public/v1/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "wh_abc123",
    "url": "https://hooks.zapier.com/hooks/catch/123456/abcdef/",
    "enabled": true,
    "eventTypes": [
      "order/paid"
    ],
    "createdAt": "2024-01-01T12:00:00.000Z"
  }
]

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Query Parameters

storeId
string
required

Response

Successful response