# Bufferapp **Provider:** Bufferapp **Category:** social **Base URL:** `https://api.bufferapp.com/1/` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** 60 req/min (OAuth) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.bufferapp.com/1/ ## Description Social media management for marketers and agencies ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.bufferapp.com/1//info/configuration{mediaTypeExtension}` | Returns an object with the current configuration that Buffer is using, including | | GET | `https://api.bufferapp.com/1//links/shares{mediaTypeExtension}` | Returns an object with a the numbers of shares a link has had using Buffer. | | POST | `https://api.bufferapp.com/1//profiles/{id}/schedules/update{mediaTypeExtension}` | "Set the posting schedules for the specified social media profile. | | GET | `https://api.bufferapp.com/1//profiles/{id}/schedules{mediaTypeExtension}` | Returns details of the posting schedules associated with a social media profile. | | GET | `https://api.bufferapp.com/1//profiles/{id}/updates/pending{mediaTypeExtension}` | "Returns an array of updates that are currently in the buffer for an individual | | POST | `https://api.bufferapp.com/1//profiles/{id}/updates/reorder{mediaTypeExtension}` | Edit the order at which statuses for the specified social media profile will be | | GET | `https://api.bufferapp.com/1//profiles/{id}/updates/sent{mediaTypeExtension}` | Returns an array of updates that have been sent from the buffer for an individua | | POST | `https://api.bufferapp.com/1//profiles/{id}/updates/shuffle{mediaTypeExtension}` | Randomize the order at which statuses for the specified social media profile wil | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://api.bufferapp.com/1//info/configuration{mediaTypeExtension}' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Social media scheduling (Buffer). Free: 3 channels, 10 posts each. Essentials $6/channel/mo. Team $12/channel/mo. Agency $120/mo (10 channels). --- *Source: [API Map](https://apimap.dev/apis/bufferapp/) — CC BY 4.0*