cURL
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>" }
Retrieve a user token for linked account using short-lived auth token
Your Papercuts API Key
Auth Token obtained after linking user account
Token retrieved successfully
ok
error
User Token is used to make all requests to this end users authenticated sessions