Skip to main content
GET
/
boosted-pages
/
access-data
/
{id}
Get data for the Advertiser’s Access page
curl --request GET \
  --url https://api.boosterberg.com-beta.com/v1/boosted-pages/access-data/{id} \
  --header 'Authorization: Bearer <token>'
{
  "email": "<string>"
}

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

200 - application/json

Returns Object

email
string