single-sms-send
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
nullable (user can select any template or write a new sms)
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/single-sms-send' \
--form 'mobile=""' \
--form 'template_id=""' \
--form 'sms_body=""'
Responses
application/json Modified at 2025-02-05 05:02:50