cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/v2/login/credential \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "error": "<unknown>", "data": { "token": "<string>" } }
Login using the email and the password of a valid Stratumn user
The email used to login
The password used to login
The jwt auth token
The error of the request
The data of the request
Show child attributes