The unified customer journey platform for online business. Customer journeys made remarkable.
Go to siteOrtto is a web-based API that provides developers with turnkey functionality for creating and managing websites, mobile apps, and other digital projects. With an Ortto account, developers can build high-quality applications quickly and efficiently.
The Ortto API offers a range of features and tools, such as user authentication, data storage, and analytics, so developers can create comprehensive digital projects. Here are some of the projects developers can create with Ortto:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
ortto: {
type: "app",
app: "ortto",
}
},
async run({steps, $}) {
const data = {
"q": ``,
}
return await axios($, {
method: "post",
url: `https://${this.ortto.$auth.region}/v1/person/get`,
headers: {
"X-Api-Key": `${this.ortto.$auth.api_key}`,
"Content-Type": `application/json`,
},
data,
})
},
})
Ortto uses API keys for authentication. When you connect your Ortto account, Pipedream securely stores the keys so you can easily authenticate to Ortto APIs in both code and no-code steps.
To create your API key,