API V1 & API V3 (Next)
Overview
API v1 and v3 are two versions of our API that can be used independently or together.
Key Differences
- Performance: v3 endpoints are faster and more efficient than v1
- Feature Completeness: v1 contains all features, while v3 is still in development and does not yet include everything from v1
- Usage: You can use v1, v3, or both simultaneously in your application
Authentication
Both API versions are fully compatible from an authentication perspective. You can use the same credentials for both v1 and v3 requests.
Recommendation
- Use v3 for improved performance on supported endpoints
- Use v1 for features not yet available in v3
- Combine both versions as needed during your migration or development
Updated about 2 hours ago
Did this page help you?

