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