API v1 vs REST API Gateway
If you need a Documents & Productivity API that's easy to integrate, go with API v1.
REST API Gateway
REST API Gateway Documentation
API v1
- Simple API key authentication
- HTTPS supported
REST API Gateway
- Simple API key authentication
- No HTTPS support
| Feature | API v1 | REST API Gateway |
|---|---|---|
| Authentication | apiKey | apiKey |
| HTTPS | Yes | No |
| CORS | Unknown | Unknown |
When to use which?
API v1 supports HTTPS, which is required for production deployments and secure data handling.