Menu

Renew Cloud Phone

Usage Instructions

To renew Cloud Phones.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/cloudPhone/renewal

Request Parameters

Parameter Type Required Description
image_ids array Yes Cloud Phone IDs, can be obtained from the cloud phone list
duration string Yes Subscription duration: 7 / 30 / 90 / 180 / 360 days, with a default of 30 days
coupon_code string No Coupon code

Request Example

json Copy
{
    "image_ids": ["xxx","xxx"],
    "duration": "90",
    "coupon_code": "xxxx"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "order_id": "xxxx"  // 	Order No
    },
    "message": "Success"
}
Previous
Buy Cloud Phone
Next
Subscription Startup
Last modified: 2026-01-27Powered by