Account Details
Account Details
[POST] https://fmpedia.id/api/profile
| Parameter | Type | Note | Req. |
|---|---|---|---|
| key | string |
fill with your API Key. | Yes |
| sign | string |
fill with combined User ID and API Key encrypted with md5. | Yes |
Example Response
{
"code": 200,
"data": {
"full_name": "your full name",
"username": "your username",
"balance": 0,
"point": 0,
"level": "Basic",
"created_at": 1761696358
},
"status": true,
"message": "Access granted."
}