← Lobby
RepBud Rendezvous · Developers

API keys

Mint a bearer token to read your event data over the API. Treat tokens like passwords — they’re shown once.

ℹ️ Sign in to manage API keys.

Endpoints

Send Authorization: Bearer <token>. Base URL https://reconnect.repbud.app.

GET/api/v1/meVerify the token; owner + scopes
GET/api/v1/standsPublished stands on the active edition
GET/api/v1/meetingsYour meetings & webinars
GET/api/v1/leadsYour stand’s floor leads
curl https://reconnect.repbud.app/api/v1/stands \
  -H "Authorization: Bearer rdv_live_…"

Need SSO (SAML) for your organisation? That’s configured per-tenant in Supabase Auth — contact support to enable it for your deploy.