B

Bufferapp

by Bufferapp Free tier

Social media management for marketers and agencies

socialbufferapp

Quick Reference

Base URL https://api.bufferapp.com/1/ Auth type OAuth 2.0 Auth header Authorization: Bearer <access_token> Rate limit 60 req/min (OAuth) Pricing Enterprise / contact sales Free quota None Documentation https://api.bufferapp.com/1/ Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.21s (checked Mar 29, 2026) Builder score D 42% builder-friendly
Pricing
28
Latency
30
Depth
61

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Social media scheduling (Buffer). Free: 3 channels, 10 posts each. Essentials $6/channel/mo. Team $12/channel/mo. Agency $120/mo (10 channels).

Key Endpoints

MethodPathDescription
GET /info/configuration{mediaTypeExtension} Returns an object with the current configuration that Buffer is using, including
GET /links/shares{mediaTypeExtension} Returns an object with a the numbers of shares a link has had using Buffer.
POST /profiles/{id}/schedules/update{mediaTypeExtension} "Set the posting schedules for the specified social media profile.
GET /profiles/{id}/schedules{mediaTypeExtension} Returns details of the posting schedules associated with a social media profile.
GET /profiles/{id}/updates/pending{mediaTypeExtension} "Returns an array of updates that are currently in the buffer for an individual
POST /profiles/{id}/updates/reorder{mediaTypeExtension} Edit the order at which statuses for the specified social media profile will be
GET /profiles/{id}/updates/sent{mediaTypeExtension} Returns an array of updates that have been sent from the buffer for an individua
POST /profiles/{id}/updates/shuffle{mediaTypeExtension} Randomize the order at which statuses for the specified social media profile wil

Sample Request

curl -X GET 'https://api.bufferapp.com/1//info/configuration{mediaTypeExtension}' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Bufferapp documentation.