import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
paradym: {
type: "app",
app: "paradym",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.paradym.id/v1/projects`,
headers: {
"X-Access-Token": `${this.paradym.$auth.api_key}`,
},
})
},
})
Emit new event when a verification results in a confirmed response from the user.
Create a DIDComm issuance offer for the selected credentials. See the documentation
Create a OpenID4VC issuance offer for the selected credentials. See the documentation
Initiates a verification request based on the selected template. See the documentation
Fetches the verification session data for the specified session ID. See the documentation
Paradym uses API keys for authentication. When you connect your Paradym account, Pipedream securely stores the keys so you can easily authenticate to Paradym APIs in both code and no-code steps.