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
Token retrieved successfully
The response is of type object.
object