Skip to main content
POST
/
v1
/
buffer_posts
buffer_posts
curl --request POST \
  --url https://api.fetchbean.com/v1/buffer_posts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organization_id": "<string>",
  "channel_ids": [
    "<string>"
  ],
  "status": "<string>",
  "first": 50,
  "after": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
organization_id
string
channel_ids
string[]
status
string
first
integer
Required range: 1 <= x <= 100
after
string

Response

Success

The response is of type object.