SMS Gateway API
Our Bulk SMS Gateway API allows you to integrate your Padiwise account with your application or website. This could be used for sending OTPs (One Time Passwords), Transactional SMS, e.t.c
Providers Validation
--header 'Accept: application/json'
--header 'Authorization: Bearer {{ access_token }}'Name
Type
Description
{
"status": true,
"message": "Message sent successfully. Note: you will be charged base on country code!",
"data": {
"verified": {{true}},
"message": "{{message}}"
}
}Last updated