
Step 1: Log in to Your Account
First, log in to your account on the platform providing the SMS API. Ensure you have the necessary permissions to access the API and send messages.
Step 2: Get Your Access Token
Navigate to the Settings section of your account. Locate the option to generate or retrieve your access token. This token is essential for authenticating your API requests.
Step 3: Send the SMS Request
Use the following details to send an SMS via the API:
API Endpoint: https://chat.beon/api/send/message/sms
Request Method: POST
Header: Include the beon-token with your access token.
Body: Provide the following details in JSON format:
{
"name": "Recipient Name",
"phoneNumber": "Recipient Phone Number",
"message": "Your SMS content here"
}