API Reference
List webhook endpoints
Authorization
apiKey AuthorizationBearer <token>
A secret API key, e.g. Authorization: Bearer sk_test_....
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/merchants/me/webhooks"{ "data": [ { "id": "whk_01ARZ3NDEKTSV4RRFFQ69G5FAV", "url": "http://example.com", "description": "string", "event_types": [ "string" ], "environment": "string", "status": "active" } ]}{ "error": { "code": "unauthorized", "message": "unauthorized" }}