List all endpoints

List all endpoints

GET https://sandbox-api.stilt.com/v1/webhooks/endpoints

[
    {
        "uuid": "822b655d-0996-44cc-b34d-197d373aca56",
        "url": "https://testing-webhooks.stilt.com/webhooks/payments/listener",
        "description": "This endpoint receives all payments webhook messages.",
        "events": [
            "payment.failed",
            "payment.succeeded",
            "payment.failed_after_success"
        ]
    },
    {
        "uuid": "9d1af98f-f1d7-442d-a39d-f60fdfee8a0a",
        "url": "https://testing-webhooks.stilt.com/webhooks/listener/success",
        "description": "This endpoint receives all payment.succeeded webhook messages.",
        "events": [
            "payment.succeeded"
        ]
    }
]

Be sure to omit `Content-Type': 'application/json' from the header of this request to avoid a 500 error

Last updated