Вступление
BSG API connects your site or application with mobile operators around the world.
To use this API you need an account on BSG.hk and an SMPP/API-password, which can be created in your account
To send message with this method you need to have the SMPP/API key inserted in pwd parameter.
How to generate it you can see in other our article showing all steps.
Example request
http://app.bsg.hk/sendsms?user=login&pwd=password&sadr=sender&dadr=number&text=TEXT
Returns
Returns a message state if the request was successful. If the request failed, 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.