Skip to content

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

Parameters

NameTypeDescription
action*string

Method name, in this case getRentStatus

Enum:getRentStatusDefault:getRentStatus
id*integer

Operation ID (assigned upon order, according to
getRentList)

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