Developer documentation
Webhooks are live on the Scale plan today. A public REST API is being prepared: here is what is shipped now and what is coming.
Webhooks are a shipped, working feature on VEXORS today, available on the Scale plan. A public REST API for connecting your own systems to VEXORS is a separate thing, and it is still being prepared.
Webhooks (Scale, available now)
Configure webhooks under Settings then Notifications, in the Developer group at the bottom of the page. From there you can:
- Set an HTTPS endpoint URL for VEXORS to call.
- Generate and rotate a signing secret. Every delivery carries an
X-Vexors-Signatureheader signed with this secret, so you can verify a payload genuinely came from VEXORS. - Send a test event to confirm your endpoint is wired up correctly.
- Review a recent deliveries log with each attempt's event, delivery state, HTTP status code, and duration.
- Choose per-event subscriptions, so you only receive the events you actually want. This includes
bid_submittedandbid_awarded, along with the other events that matter to your integration.
This card is Scale-only. On Grow and Explore, the Developer group shows an upgrade prompt in its place instead of the webhook configuration.
Public REST API (coming)
A public REST API, separate from webhooks, is being prepared. It will let you query VEXORS data directly rather than only receiving pushed events. No platform endpoint accepts API keys today: this part has not shipped yet.
In the meantime
If you are planning an integration and want to talk it through, get in touch and we will help you scope it, whether that means wiring up webhooks today or planning ahead for the REST API.
Contact us about integrations