Utopia PaymentsDocs
Webhooks

List webhook endpoints

GET
/webhooks

Authorization

secretKey
AuthorizationBearer <token>

Your secret key: sk_live_… or sk_test_….

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/webhooks"
{  "items": [    {      "object": "webhook",      "webhook_id": "wh_3f2b8c1e9a4d4e7b8c2a1d5e6f7a8b9c",      "url": "http://example.com",      "description": "string",      "event_types": [        "payment.succeeded"      ],      "disabled": true,      "livemode": true,      "created_at": "2019-08-24T14:15:22Z"    }  ],  "has_more": true,  "next_cursor": "string"}