External API overview
WODira exposes two external API surfaces. If you are reading raw HTTP endpoints, each operation also links to its recommended SDK method in the endpoint reference.
Organizer API
Section titled “Organizer API”Base path: /external/v1/organizer
Uses secret keys wd_live_... and is designed for trusted backends. It can read events, inspect pricing, and manage registrations depending on scopes. See the @wodira/sdk methods.
Browser API
Section titled “Browser API”Base path: /external/v1/browser
Uses publishable keys wpk_live_... and is designed for frontend code. It can read public events, inspect public pricing, and create Stripe Checkout Sessions for registrations. See the @wodira/browser methods.
Production origin
Section titled “Production origin”https://api.wodira.app