Retrieve a user token for linked account using short-lived auth token
curl --request POST \ --url https://api.papercuts.ai/v1/linked-accounts/token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "authToken": "<string>" }'
{ "status": "ok", "userToken": "<string>" }
Your Papercuts API Key
Auth Token obtained after linking user account
ok
error
User Token is used to make all requests to this end users authenticated sessions