Why It Matters
Paid-tier teams can now automate their workflow through a full REST API. Add the API to ChatGPT (or other LLM) and — create meetups, manage members, and integrate RaceMob by chatting with your assistant.
What We Learned
Want to automate your team's workflow or integrate RaceMob with other tools? The new Team API v2 gives paid-tier teams full programmatic access to manage meetups, discussions, members, and more. This is great for teams using ChatGPT or any other LLM - simply feed in your API Key, and download our documentation. You'll be able to make updates by just sending ChatGPT a note.
What's New
Team API v2 is a complete REST API that lets you manage your team programmatically. Create meetups, post announcements, manage members — all from your own scripts, apps, or integrations.
- Full CRUD Access — Create, read, update, and delete meetups, meetup series, discussions, announcements, members, and races.
- Team-Scoped API Keys — Generate up to 3 API keys per team. Each key is scoped to your team's data only.
- Bulk Operations — Create multiple meetups at once with the bulk create endpoint.
- Interactive Documentation — Live API docs at /docs/team-api with examples and downloadable references.
- Developer-Friendly Errors — Verbose error responses with hints, valid values, and current state information to help you debug fast.
How to Get Started
If your team is on a paid tier, head to your team settings to generate an API key. Then check the API documentation for endpoint details and examples. The API uses HTTP Basic Auth, so it works with any HTTP client — curl, Postman, or your own code.