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/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