API Playground

Test and preview the registration API for custom websites

Configuration
Registration Form
API Request
API Response
How to Use This Playground
  1. Select an organization from the dropdown
  2. Select an event for that organization
  3. Fill out the registration form with sample data
  4. Review the generated API request in the request panel
  5. Click "Test API" to send the request and see the response
  6. Use the "Copy Request" button to copy the request for your custom website implementation

Registration Integration Notes:

  • The API endpoint shown is what you'll use in your custom website
  • Include the `organization_slug` and `event_id` in your request body
  • Send the registration data directly in the request body
  • Handle both success and error responses appropriately
  • Consider adding client-side validation before sending the request