import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
linkupapi: {
type: "app",
app: "linkupapi",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.linkupapi.com/v1/webhooks/accounts`,
headers: {
"x-api-key": `${this.linkupapi.$auth.api_key}`,
},
})
},
})
Send a connection request to a LinkedIn profile. See the documentation
Extract detailed information about a company from LinkedIn. See the documentation
Retrieve messages from a LinkedIn conversation. See the documentation
Check the status of connection invitations for a LinkedIn profile. See the documentation
Extract information from a LinkedIn profile. See the documentation
LinkupAPI for LinkedIn uses API keys for authentication. When you connect your LinkupAPI for LinkedIn account, Pipedream securely stores the keys so you can easily authenticate to LinkupAPI for LinkedIn APIs in both code and no-code steps.