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/organizationcurl -H "Authorization: Bearer INTERVALS_PARTNER_API_KEY" \
https://api.intervals.run/v1/partner/organizationRequired Scope
read:series{
"data": {
"_id": "k57abc123def456",
"name": "North Shore Race Management",
"slug": "north-shore-race-mgmt",
"type": "organizer",
"plan": "premium"
}
}curl -H "Authorization: Bearer INTERVALS_PARTNER_API_KEY" \
https://api.intervals.run/v1/partner/organization{
"data": {
"_id": "k57abc123def456",
"name": "North Shore Race Management",
"slug": "north-shore-race-mgmt",
"type": "organizer",
"plan": "premium"
}
}