Logo
Brex Developer API Documentation

Webhooks API

Number of APIs: 6


Brex uses webhooks to send real-time notifications when events happen in the accounts that you manage. Use webhook subscriptions to subscribe to different webhook events.

Contact Support: Name: Admin Email: developer-access@brex.com


1. v1/webhooks-{id} - Get Webhook

GET {{baseUrl}}/v1/webhooks/:id



2. v1/webhooks-{id} - Update Webhook

PUT {{baseUrl}}/v1/webhooks/:id



3. v1/webhooks-{id} - Unregister Webhook

DELETE {{baseUrl}}/v1/webhooks/:id



4. v1/webhooks - List Webhooks

GET {{baseUrl}}/v1/webhooks?cursor=quis aute in&limit=35395852



5. v1/webhooks - Register Webhook

POST {{baseUrl}}/v1/webhooks



6. v1/webhooks - List Webhook Secrets

GET {{baseUrl}}/v1/webhooks/secrets



ENDPOINTS