Skip to main content
POST
/
v1
/
buffer_create_post
buffer_create_post
curl --request POST \
  --url https://api.fetchbean.com/v1/buffer_create_post \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel_id": "<string>",
  "text": "<string>",
  "scheduling_type": "<string>",
  "mode": "<string>",
  "due_at": "<string>",
  "tag_ids": [
    "<string>"
  ],
  "assets": [
    {}
  ],
  "input": {}
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
channel_id
string
text
string
scheduling_type
string
mode
string
due_at
string
tag_ids
string[]
assets
object[]
input
object

Response

Success

The response is of type object.