Skip to main content
POST
/
boosted-posts
/
campaigns
/
{id}
Get information for this post in each campaign where it was boosted
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/boosted-posts/campaigns/{id} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "active": "1",
    "campaign_name": "Amoeba Hollywood Campaign",
    "information": " from May 1, 21 10:30a  to May 21, 21 10:30a"
  }
]

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:

123

Response

200 - application/json

Returns array of Boosted Posts Campaign Objects

id
integer
active
boolean
Example:

"1"

campaign_name
string
Example:

"Amoeba Hollywood Campaign"

information
string
Example:

" from May 1, 21 10:30a to May 21, 21 10:30a"