Skip to main content
POST
/
boosted-posts
/
list
Get Boosted Posts
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/boosted-posts/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "page": "1",
  "source_id": "987654321",
  "boosted_page_id": 123
}
'
[
  {
    "id": 123,
    "active": "1",
    "name": "To celebrate Amoeba Hollywood...",
    "link": "https://facebook.com/73258871892_10159648419676893",
    "image": "https://scontent-vie1-1.xx.fbcdn.net/v/t39.30808-6/p640x640/262974497_5047644205265761_7900661668072431020_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=730e14&_nc_ohc=esLTFZjd7LMAX_WqnBK&_nc_ht=scontent-vie1-1.xx&oh=3a8df1fe425e2a99972e1ebf9206c1d8&oe=61AFF587",
    "created": 1638779416,
    "stopped": 1638779416
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
page
integer
default:1
source_id
integer

Facebook Page Id or Instagram Account Id

Example:

"987654321"

boosted_page_id
integer

Campaign ID — filter posts by campaign

Response

200 - application/json

Returns array of Boosted Posts Objects

id
integer
active
boolean
Example:

"1"

name
string
Example:

"To celebrate Amoeba Hollywood..."

Example:

"https://facebook.com/73258871892_10159648419676893"

image
string
Example:

"https://scontent-vie1-1.xx.fbcdn.net/v/t39.30808-6/p640x640/262974497_5047644205265761_7900661668072431020_n.jpg?_nc_cat=103&ccb=1-5&_nc_sid=730e14&_nc_ohc=esLTFZjd7LMAX_WqnBK&_nc_ht=scontent-vie1-1.xx&oh=3a8df1fe425e2a99972e1ebf9206c1d8&oe=61AFF587"

created
integer<int64>
Example:

1638779416

stopped
integer<int64>
Example:

1638779416