Full-Stack Web3 Development with Smart Wallets, REST APIs, and Integrated Workflows
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
owl_protocol: {
type: "app",
app: "owl_protocol",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.owl_protocol.$auth.api_url}/project/projectUsers`,
headers: {
"accept": `application/json`,
"x-api-key": `${this.owl_protocol.$auth.api_key}`,
},
})
},
})
Owl Protocol uses API keys for authentication. When you connect your Owl Protocol account, Pipedream securely stores the keys so you can easily authenticate to Owl Protocol APIs in both code and no-code steps.
To retrieve your API Key, API URL and Project ID