Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.boosterberg.com-beta.com/v1/user/login-password \ --header 'Content-Type: application/json' \ --data ' { "email": "user@example.com", "password": "password123" } '
{ "fbid": 123, "email": "<string>", "first_name": "<string>", "last_name": "<string>", "phone_number": "<string>", "agency_id": 123, "agency_name": "<string>", "credit_balance": "500.00" }
User email address
"user@example.com"
User password
"password123"
Returns User object
"500.00"