import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
the_official_board: {
type: "app",
app: "the_official_board",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://rest.theofficialboard.com/rest/test/token`,
headers: {
"accept": `application/json`,
"token": `${this.the_official_board.$auth.api_token}`,
},
})
},
})
Export organization chart as PDF file. See the documentation
Export organization chart as XLSX file. See the documentation
Get executive biography information. See the documentation
Get organization chart information for a company. See the documentation
Search for company org chart identifier. See the documentation
The Official Board uses API keys for authentication. When you connect your The Official Board account, Pipedream securely stores the keys so you can easily authenticate to The Official Board APIs in both code and no-code steps.