POST
/
v1
/
linked-accounts
/
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>"
}

Authorizations

Authorization
string
header
required

Your Papercuts API Key

Body

application/json

Response

200
application/json

Token retrieved successfully

The response is of type object.