cURL
curl --request GET \ --url https://api.papercuts.ai/v1/linked-accounts/{linkedAccountId} \ --header 'Authorization: Bearer <token>' \ --header 'X-User-Token: <api-key>'
{ "status": "ok", "linkedAccount": { "linkedAccountId": "<string>", "userId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "integrations": [ { "integration": "<string>", "isAlive": true } ] } }
Retrieve linked account details for a specific account
Your Papercuts API Key
User Token received while integrating end user accounts
Unique identifier for the linked account
Linked account retrieved successfully
ok
error
Show child attributes