Lighthouse is a beautifully simple issue tracker changing the way thousands manage their issues.
Go to siteLighthouse is a great tool for building web applications. With its easy-to-use API, you can quickly and easily create web applications that are both powerful and user friendly.
Some examples of what you can build using the Lighthouse API include:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
lighthouse: {
type: "app",
app: "lighthouse",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.lighthouse.$auth.domain}.lighthouseapp.com/profile.json`,
headers: {
"X-LighthouseToken": `${this.lighthouse.$auth.api_token}`,
"Content-type": `application/json`,
},
})
},
})
Lighthouse uses API keys for authentication. When you connect your Lighthouse account, Pipedream securely stores the keys so you can easily authenticate to Lighthouse APIs in both code and no-code steps.
Your API Token is located in your Lighthouse Profile at the top right, below the projects area in the sidebar.
Your domain is 12345678
if your Lighthouse URL is https://12345678.lighthouseapp.com/