auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps, auths) => {
}
return await require("@pipedreamhq/platform").axios(this, {
url: `https://api.memberstack.com/v1/members`,
params: {
"X-API-KEY": `${auths.memberstack["X-API-KEY"]}`,
},
})