GET
/info/configuration{mediaTypeExtension}
Returns an object with the current configuration that Buffer is using, including supported services, their ico
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 social media profile.
POST
/profiles/{id}/updates/reorder{mediaTypeExtension}
Edit the order at which statuses for the specified social media profile will be sent out of the buffer.
GET
/profiles/{id}/updates/sent{mediaTypeExtension}
Returns an array of updates that have been sent from the buffer for an individual social media profile.
POST
/profiles/{id}/updates/shuffle{mediaTypeExtension}
Randomize the order at which statuses for the specified social media profile will be sent out of the buffer.
GET
/profiles/{id}{mediaTypeExtension}
Returns details of the single specified social media profile.
GET
/profiles{mediaTypeExtension}
Returns an array of social media profiles connected to a users account.
POST
/updates/create{mediaTypeExtension}
Create one or more new status updates.
POST
/updates/{id}/destroy{mediaTypeExtension}
Permanently delete an existing status update.
+ 6 MORE ENDPOINTS IN THE SPEC