Skip to main content
GET
/
boosted-pages
/
history
/
{id}
Get Boosting history for a single Boosted Page
curl --request GET \
  --url https://api.boosterberg.com-beta.com/v1/boosted-pages/history/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required
Example:

11

Response

Returns boosting log entries for the given Boosted Page

data
object[]