Micepad API v2
OAuth 2 API. Use client credentials for machine access or authorization code with PKCE for personal access. Personal tokens must send X-Account-Id.
Version 2.0.0
Base URL
http://localhost:3000/api/v2https://launchpad.micepad.co/api/v2https://studio.micepad.co/api/v2Account
User
Events
Registration Types
- GETList registration types
/events/{event_id}/registration_types - GETGet a registration type
/events/{event_id}/registration_types/{id}
Attendee Fields
- GETList attendee fields
/events/{event_id}/attendee_fields - POSTCreate an attendee field
/events/{event_id}/attendee_fields - GETGet an attendee field
/events/{event_id}/attendee_fields/{id} - DELETEDelete an attendee field
/events/{event_id}/attendee_fields/{id} - PATCHUpdate an attendee field
/events/{event_id}/attendee_fields/{id}
Attendees
- GETList attendees
/events/{event_id}/attendees - POSTCreate an attendee
/events/{event_id}/attendees - GETGet an attendee
/events/{event_id}/attendees/{id} - PATCHUpdate an attendee
/events/{event_id}/attendees/{id}