get
http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getFullSmsGET /stubs/handler_api.php?action=getFullSms
Get full SMS text
This request returns a full context of received SMS of a given number.
You might want to use this request when provided by getStatus information is not enough to comprehence or you need some data that is contaied in the message, for example when SMS contains not only a verification code, but also the link for promocode, date and time of receipt or any other information that you want to use in your application.
Security
OAuth2
-
sms-scope - grants access to manage numbers for the SMS receiving service from Onlinesim
Parameters
Responses
200Successful getFullSms response from the server: either returns
full text of a received SMS or throws an exception.
Successful getFullSms response from the server: either returns
full text of a received SMS or throws an exception.
text/htmlSchema
Responsestring
Examples
getFullSms example response
FULL_SMS:[vk] 877613application/jsonSchema
Responseobject
Code Samples
Generating examples...