Rhythms REST API (v2)
The official REST API for Rhythms - designed for third-party integrations, mobile apps, and external tooling. This API follows REST conventions and provides clean, predictable endpoints for managing OKRs (Objectives, Key Results, and Initiatives).
Base URL
https://api.rhythms.ai
All REST API v2 endpoints are prefixed with /rest/v2/
Response Format
All responses use JSON format with consistent error handling and pagination. Successful responses include requested data, while error responses provide detailed troubleshooting information.
Error Handling
The API uses standard HTTP status codes with detailed JSON error messages.
Perfect for building integrations, mobile apps, reporting dashboards, and automation workflows.
All API endpoints require authentication using Bearer token authorization. Include this header with every request:
- Authorization: Bearer token for your account access
Getting API Credentials: Contact support at support@rhythms.ai to obtain your access token.
Standard rate limits apply to all endpoints to ensure fair usage and optimal performance for all users.
If you need higher limits for your integration, please contact our support team at support@rhythms.ai with details about your use case.