cURL
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>" }
Create a link token that can be used to link user accounts
Your Papercuts API Key
Show child attributes
Link token created successfully
ok
error
Pass the linkToken back to your client to initiate user account integration
linkToken