Send a LinkedIn message
curl --request POST \ --url https://api.papercuts.ai/v1/linkedin/messages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data '{ "profileName": "<string>", "message": "<string>" }'
{ "status": "ok" }
Your Papercuts API Key
User Token received while integrating end user accounts
Message sent successfully
The response is of type object.
object