Skip to main content
POST
/
api
/
v2
/
auth
cURL
curl --request POST \
  --url https://api.become1.de/api/v2/auth \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "password": "<string>"
}
'
{
  "idToken": "<string>",
  "refreshToken": "<string>",
  "expiresIn": "<string>"
}

Body

application/json
email
string
required
password
string
required

Response

200 - application/json
idToken
string
required
refreshToken
string
required
expiresIn
string
required

The number of seconds until the token expires. By default is set to 3600s