Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/login/credential \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "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 token needed (in authorization header) to authenticate requests