Buffer OpenAPI Spec vs Smartcar
If you need a Vehicle API that's easy to integrate, go with Smartcar.
Buffer OpenAPI Spec
OpenAPI Spec for Buffer, handcrafted by [Rodolfo Carvalho](http://rodolfocarvalho.net). **Note**: This is not an official spec. This is not endorsed by Buffer.
Buffer OpenAPI Spec
- Simple API key authentication
- HTTPS supported
- Currently flagged as inactive
Smartcar
- HTTPS supported
- CORS enabled for frontend use
- Requires OAuth setup
| Feature | Buffer OpenAPI Spec | Smartcar |
|---|---|---|
| Authentication | apiKey | OAuth |
| HTTPS | Yes | Yes |
| CORS | Unknown | Yes |
When to use which?
Smartcar works directly from the browser with CORS enabled, making it better for frontend-only apps.