[POST] https://maupedia.isikuota.com/api/profile
| Parameter | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| key | string |
berisi apikey anda. | Ya |
| sign | string |
berisi formula sha1(API ID + API KEY). | Ya |
| secret | string |
berisi Secret Key yang telah anda buat. | Ya |
Response Sukses
{
"result": true,
"data": {
"full_name": "your full name",
"username": "some1d",
"balance": 0,
"earning": 0,
"point": 0,
"level": "Basic",
"registered": "2026-08-08 19:32:55"
},
"message": "Successfully got your account details."
}
Response Gagal
{
"result": false,
"data": null,
"message": "API Signature tidak valid."
}