Extend subscription time πŸ’¨

Here you will find how to extend subscription to the application from our Universal API.

circle-exclamation
circle-info

Request must be sent in JSON Format

Extend subscription time

POST https://chiper.io/universal/api.php

Headers

Name
Type
Description

User-Agent

string

Swifty

Request Body

Name
Type
Description

action

string

extend_subscription

username

string

The username of the user who will extend the time of his subscription.

password

string

The user password that will extend the time of your subscription.

license

string

The license key that the user will use to extend the time of the current subscription.

hwid

string

The user HWID.

api_key

string

The API Key can be found by going to your profile page in the dashboard. (Only if you have a subscription)

program_key

string

The program key can find it in the page where all your applications appear.

{
  "status": "successfully_redeemed"
}

Last updated

Was this helpful?