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.telnyx.com/v2/available_phone_numbers`,
headers: {
Authorization: `Bearer ${auths.telnyx.api_key}`,
},
})