Do you have an API? How to get your API key and pull your class list
Yes. Every seller account has an API key. Use it to show your classes, dates and availability on your own website, with bookings still going through WeTeachMe.
Where to find your API key
- Log in to your WeTeachMe Dashboard.
- Under Settings, click Company Settings.
- Open API Access.
- Click reveal, then copy the key.
Need a new key? Email support@weteachme.com. Keys can't be regenerated from the dashboard.
How to use it
Send the key as an API-KEY header. To list your classes with dates, capacity, tickets left and prices:
GET https://api.weteachme.com/vendors/products
Full docs and code samples: https://dev.weteachme.com
Who can use it
- Seller accounts only. It returns your own listings, not other sellers'.
- Building a site for a seller? Ask them for the key from Company Settings.
- No public API. Not a seller? Link to the class pages on weteachme.com.
Widget or API?
- Booking widget: drop-in, no code. Colours are set in the widget form.
- API: you build the layout, so you control padding, colours and where links open.