Skip to main content
POST
/
user
/
login-fb
Login with Facebook token. https://developers.facebook.com/tools/explorer/358942978686373/
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/user/login-fb \
  --header 'Content-Type: application/json' \
  --data '
{
  "access-token": "EAAmcak"
}
'
{
  "fbid": 123,
  "email": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "phone_number": "<string>",
  "agency_id": 123,
  "agency_name": "<string>",
  "credit_balance": "500.00"
}

Body

application/json

Response

200 - application/json

Returns User object

fbid
integer
email
string
first_name
string
last_name
string
phone_number
string
agency_id
integer
agency_name
string
credit_balance
number<float>
Example:

"500.00"