bufferapp.com

Social media management for marketers and agencies

🔑 oauth2 18 endpoints socialmarketing
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (3 total)

npm install node-bufferapp
BufferSwiftKit ✓ Official
# See https://github.com/bufferapp/BufferSwiftKit
buffer-ios-sdk ✓ Official
# See https://github.com/bufferapp/buffer-ios-sdk
curl examples
Returns a single user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /user{mediaTypeExtension}
Returns an array of social media profiles connected to a users account.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /profiles{mediaTypeExtension}
Returns an object with a the numbers of shares a link has had using Buffer.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /links/shares{mediaTypeExtension}
Endpoints (18 total)
GET
/user{mediaTypeExtension}
Returns a single user.
GET
/profiles{mediaTypeExtension}
Returns an array of social media profiles connected to a users account.
GET
/links/shares{mediaTypeExtension}
Returns an object with a the numbers of shares a link has had using Buffer.
GET
/updates/{id}{mediaTypeExtension}
Returns a single social media update.
GET
/profiles/{id}{mediaTypeExtension}
Returns details of the single specified social media profile.
GET
/info/configuration{mediaTypeExtension}
Returns an object with the current configuration that Buffer is using, includ…
GET
/profiles/{id}/schedules{mediaTypeExtension}
Returns details of the posting schedules associated with a social media profile.
GET
/updates/{id}/interactions{mediaTypeExtension}
Returns the detailed information on individual interactions with the social m…
GET
/profiles/{id}/updates/sent{mediaTypeExtension}
Returns an array of updates that have been sent from the buffer for an indivi…
GET
/profiles/{id}/updates/pending{mediaTypeExtension}
"Returns an array of updates that are currently in the buffer for an individu…
POST
/updates/create{mediaTypeExtension}
Create one or more new status updates.
POST
/updates/{id}/share{mediaTypeExtension}
Immediately shares a single pending update and recalculates times for updates…
At a glance
Total SDKs3
Languages3
Endpoints18
Authoauth2
Categories2