API Playground
Test and preview the registration API for custom websites
Configuration
Registration Form
API Request
API Response
How to Use This Playground
- Select an organization from the dropdown
- Select an event for that organization
- Fill out the registration form with sample data
- Review the generated API request in the request panel
- Click "Test API" to send the request and see the response
- 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