# Buffer API **Provider:** Buffer **Category:** social **Base URL:** `https://buffer.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 60 req/min (OAuth) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://buffer.com/developers/api ## Description The Buffer API provides access to user's pending and sent updates, social media profiles, scheduled times and more. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://buffer.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://buffer.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 3 channels, 10 scheduled posts each. Essentials $6/channel/mo: scheduling, analytics. Team $12/channel/mo: collaboration. Agency $120/mo (10 channels). --- *Source: [API Map](https://apimap.dev/apis/buffer/) — CC BY 4.0*