get getRentStatus
http://api-conserver.onlinesim.io/stubs/handler_api.php?action=getRentStatusThis request returns a list of SMS received on a rental virtual number.
You might want to use this request to check the received message on a specified rental number to process this data in your application.
Security
Parameters
actionRequired
Method name, in this case `getRentStatus`
In:
querySchema:
- stringExample:
"getRentStatus"Enum:getRentStatus
idRequired
Operation ID (assigned upon order, see getRentList)
In:
querySchema:
- integerExample:
10000
Responses
200
Successful `getRentStatus` response from the server: either returns a list of received messages by the specified virtual rental number or throws an exception.
Content Type:
application/json
- Schema
- Examples
- objectExample:
{"status":"success","quantity":0,"values":{"#sms_index#":{"phoneFrom":"+79089102030","text":"Your verification code is 070501","service":"twitter","date":"2021-02-02T14:46:49+03:00"}}}Properties:statusstringRequest execution statusExample:"success"quantityintegerTotal messages received by this numberExample:0valuesobjectList of SMS messagesExample:{"#sms_index#":{"phoneFrom":"+79089102030","text":"Your verification code is 070501","service":"twitter","date":"2021-02-02T14:46:49+03:00"}}