userToken
in your database and use it to link your users with the supported integrations. For a specific user, a single userToken
can be used for all the connected integrations.
userToken
in the header of your request by setting X-User-Token
.
Here is an example of how you can call the LinkedIn endpoint to get a list of invitations:
YOUR_USER_TOKEN
with the userToken
and PAPERCUTS_API_KEY
with the provided Papercuts API Key
.