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>" }
Authenticate with your email & password to generate a Bearer Token.
The number of seconds until the token expires. By default is set to 3600s