Authentication
Log In
Upgrades an application session to a user session.
POST
Recipes
Log in with login and password
Log in with login and password
1
1. Set the login
Set your login here.
2
2. Set the password
Set your password here.
3
3. As a result, the API returns a logged in user.
Log in with Firebase phone number
Log in with Firebase phone number
1
1. Set a social network provider
Set a
firebase_phone as a social network provider.2
2. Use a `firebase_phone` parameter to set Firebase data
3
3. Set Firebase project ID
Use a
project_id parameter to set Firebase project ID.4
4. Set Firebase access token
Use an
access_token parameter to set Firebase access token.An access token is a token received from the social network after a user authenticates with it.5
5. As a result, the API returns the logged in user.
Log in with Facebook access token
Log in with Facebook access token
1
1. Set a social network provider
Use a
provider param to set a social network provider.2
2. Use a `keys` parameter to set an access token
3
3. Set an access token
An access token is a token received from the social network after a user authenticates with it.
4
4. As a result, the API returns a logged in user.
- Log in with login/email and password.
- Log in via Facebook.
- Log in via Firebase phone number (SMS).
Body Parameters
string
User login.
string
User email.
string
User password.
string
Possible providers:
facebook, firebase_phone. object
object
Headers
string
required
A user or application session token. See Authentication page to learn more about session tokens.
Responses
202
202
A successful response
object