curl --request POST \ --url https://vault-api.stardust.gg/v1/profile/{id}/authenticate \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "duration": 123 }'
{ "jwt": "<string>" }
A JWT Access Token
Was this page helpful?