Create a link token that can be used to link user accounts
curl --request POST \ --url https://api.papercuts.ai/v1/link/token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "linkInfo": { "userId": "<string>", "integration": "linkedin", "companyLogoUrl": "<string>" } }'
{ "status": "ok", "linkToken": "<string>" }
Your Papercuts API Key
Show child attributes
User's unique identifier
Integration name
linkedin
amazon
doordash
facebook
instagram
instacart
opentable
uber
whatsapp
x
Company logo URI
ok
error
Pass the linkToken back to your client to initiate user account integration
linkToken