GET /stubs/handler_api.php?action=getRentStatus
Get rent operation status
This 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
- api_key
- BearerAuth
- OAuth2 (Scopes: rent-scope)
rent-scope: grants access to renting phone numbers from Onlinesim
Parameters
| Name | Type | Description |
|---|---|---|
action* | string | Method name, in this case Enum: getRentStatusDefault:getRentStatus |
id* | integer | Operation ID (assigned upon order, according to Example: 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.
Code Samples
No code samples available