cURL
curl https://api.paybridgenp.com/v1/webhooks \ -H "Authorization: Bearer pk_sandbox_your_key"
{ "data": [ { "id": "we_01j9x2k3m4n5p6q7r8s9t0u1v2", "livemode": true, "url": "https://yourapp.com/webhooks/paybridge", "events": [ "payment.succeeded", "payment.failed" ], "enabled": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Returns all webhook endpoints registered for this project.
Documentation IndexFetch the complete documentation index at: https://docs.paybridgenp.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.paybridgenp.com/llms.txt
Use this file to discover all available pages before exploring further.
Your PayBridge API key. Obtain one from the dashboard under Settings → API Keys. Prefix: pk_sandbox_ for testing, pk_live_ for production.
pk_sandbox_
pk_live_
List of webhook endpoints.
Show child attributes