Introduction
BSG API facilitates the connection between your website or application and mobile operators worldwide.
To utilize this API, you require an account on BSG and an SMPP/API password, which can be generated within your account.
To send a message using this method, ensure the SMPP/API key is inserted into the 'pwd' parameter.
Guidance on generating the key is available in another article detailing all necessary steps.
Example request
http://api.bsg.world/sendsms?user=login&pwd=password&sadr=sender&dadr=number&text=TEXT
Returns
Returns a message stating if the request was successful. If the request fails, an error will be returned.
Possible message state:
- deliver
- not_deliver
- expired
The status can also be blank if the message is still in the queue or it has no status.
Errors
| invalid_login_password | incorrect login or password |
| account_blocked | account blocked |
| invalid_request | invalid request |
Comments
0 comments
Article is closed for comments.