User management πŸ“Œ

Here you will find how to manage users from our API!

API -> Get user info

GET https://chiper.io/handler/api.php

This endpoint allows you to handle user through API

Path Parameters

Name
Type
Description

program_key

string

YOUR_PROGRAM_KEY

api_key

string

YOUR_API_KEY

action

string

Actions are getuserinfo[user_to], unban[user_to], ban[user_to], gethwidinfo[user_to], resethwid[user_to], changepass [user_to,new_pass], generatelicenses[amount,days,level,prefix], totallicenses, totalusers, deletelicense[license], infolicense[license], .

You must send the same parameters with respect to its action
If you want to get user info you must send this 

https://chiper.io/handler/api.php?action=getuserinfo&program_key={program_key}&api_key={api_key}&user_to={username}

Response:
{"Username":"[username]","License":"[license-key]","Expires":"[expire-time]","HWID":"[hwid]","IP":"[ip]","Banned":"No","Level":"1"}

Last updated

Was this helpful?