cURL
curl --request POST \ --url http://api.local.stratumn.com:3000/login/privateKey \ --header 'Content-Type: application/json' \ --data ' { "privateKey": "<string>" } '
{ "token": "<string>" }
Login using a private key of a valid Stratumn user
The private key used to login
The jwt auth token
The token needed (in authorization header) to authenticate requests