Login 🎲

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

circle-exclamation
circle-info

Request must be sent in JSON Format

Login

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

Headers

Name
Type
Description

User-Agent

string

Swifty

Request Body

Name
Type
Description

action

string

login

username

string

The username of the user who will be logged in.

password

string

The password of the user who will be logged in.

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 key of the program you can find it in the page where all your applications appear.

{
  "status": "success",
  "username": "[username]",
  "license": "[lisense-key]",
  "level": [level],
  "hwid": "[HWID]",
  "ip": "[IP]",
  "expires": "[expire-time]"
}

Last updated

Was this helpful?