API Reference

Introduction

The Intervals Partner API lets you build integrations that read and write running event data for your organization.

Base URL

All API requests are made against the following base URL.

https://api.intervals.run/v1/partner

What you can build

  • Pull your event series and upcoming runs into your own website
  • Create events programmatically from your internal tools
  • Sync participant data with your registration system
  • Build custom dashboards with live event data

Quick example

Fetch all event series for your organization with a single request.

curl -H "Authorization: Bearer INTERVALS_PARTNER_API_KEY" \
  https://api.intervals.run/v1/partner/series

Next steps

Head to the Authentication page to learn how to create an API key and start making requests.