Register πŸͺ€

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

circle-exclamation
circle-info

Request must be sent in JSON Format

Register

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

Headers

Name
Type
Description

User-Agent

string

Swifty

Request Body

Name
Type
Description

action

string

register

username

string

The username of the user who will be register in.

password

string

The password of the user who will be register in.

license

string

The license key that the user will use to register on your application.

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_registered"
}

Last updated

Was this helpful?