[POST
] https://maupedia.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": "2024-12-02 02:42:54"
},
"message": "Successfully got your account details."
}
Response Gagal
{
"result": false,
"data": null,
"message": "API Signature tidak valid."
}