Skip to main content
GET
/
user
/
sources
Get list of user's facebook pages and instagram accounts that they can boost
curl --request GET \
  --url https://api.boosterberg.com-beta.com/v1/user/sources \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "name": "<string>",
    "platform": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

platform
enum<string>
default:all
Available options:
all,
facebook,
instagram,
fb,
ig

Response

200 - application/json

Returns list of fb pages and ig accounts

id
integer
name
string
platform
string