get
http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getStatusGET /stubs/handler_api.php?action=getStatus
Get short code from received SMS
This request returns a short code contained in SMS received by the specified number (to see the full text of the message, check getFullSms request).
Security
OAuth2
-
sms-scope - grants access to manage numbers for the SMS receiving service from Onlinesim
Parameters
Responses
200Successful getStatus response from the server: either returns
short code from a received SMS or throws an exception.
Successful getStatus response from the server: either returns
short code from a received SMS or throws an exception.
Content-Type
text/htmlSchema
Responsestring
Examples
getStatus example response
STATUS_OK:877613Code Samples
Generating examples...