HI APPEON Support,
Good day... I need your help badly... I am new in API and REST... need guidance. Our company is implementing SMS Blast..
Authentication is give by the provider company.
-
Basic Authentication in the HTTP header
Authorization: Basic {base64-encoded username:password}. -
Add username and password within the Connect API request as parameters.
-
Provide JWT within Authorization Bearer HTTP header after authorization at:
https://messagingsuite.smart.com.ph/cgpapi/login/auth
-
Refresh or provide new token every 30 minutes.
-
Auth payload is {“username”;”usr”,”password”:”pwd”}.
-
i. accessToken from response to provide JWT inside Bearer header.
Set the HTTP header to Content-Type:application/json;charset=UTF-8
Please help... I have no idea on this... I follow the example from the ELEVATE VIDEO but it is not working... I don't know where to start...
thanks for the help...