API Reference
Authentication
All API requests require a Bearer token in the Authorization header. API keys are scoped to a single organization.
Getting an API key
Create an API key in your organization’s manage portal at Settings > API. Each key is assigned specific scopes that control which endpoints it can access.
Save your API key when it’s created. It won’t be shown again.
Making requests
Include your API key as a Bearer token in the Authorization header of every request.
curl -H "Authorization: Bearer INTERVALS_PARTNER_API_KEY" \
https://api.intervals.run/events