The OKSign API allows you to build legally compliant signing and authentication experiences, so you can create sustainable digital processes and trust within your user base. No matter what your signature process or business workflow requires, OKSign has you covered.
What types of things can you build with OKSign?
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
oksign: {
type: "app",
app: "oksign",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://oksign.be/services/rest/v1/document/exists`,
headers: {
"x-oksign-authorization": `${this.oksign.$auth.api_key}`,
"x-oksign-docid": `504054-8D73D624-8EC5-EA1C-B932-8ACB7EF25585`,
"accept": `application/json; charset=utf-8`,
},
})
},
})
OKSign uses API keys for authentication. When you connect your OKSign account, Pipedream securely stores the keys so you can easily authenticate to OKSign APIs in both code and no-code steps.
To retrieve your API Token,