Endpoints

Get Organization

Returns the organization associated with your API key. Use this to verify your credentials and check your org profile.

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

Required Scope

read:series
{
  "data": {
    "_id": "k57abc123def456",
    "name": "North Shore Race Management",
    "slug": "north-shore-race-mgmt",
    "type": "organizer",
    "plan": "premium"
  }
}