International Quality Bulk SMS Service Provider. 1s2u.com is committed to be the best international Bulk SMS services provider in the world with high quality and real-time support for 24/7.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
ones2u: {
type: "app",
app: "ones2u",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.1s2u.io/checkbalance`,
params: {
user: `${this.ones2u.$auth.username}`,
pass: `${this.ones2u.$auth.password}`,
},
})
},
})
1S2U uses API keys for authentication. When you connect your 1S2U account, Pipedream securely stores the keys so you can easily authenticate to 1S2U APIs in both code and no-code steps.
Your API Username and Password are sent to your email when you sign up to 1S2U