Skip to content

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.

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.

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.

https://api.wodira.app