Want to integrate the full PLN Mobile API into your project? Contact me on Telegram.
curl --location --request GET 'https://connect-gateway.pln.co.id/api/v1/me' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"data": {
"id": 0,
"name": "string",
"username": "string",
"email": "string",
"last_login": "string",
"avatar": null,
"created_at": "string",
"phone": "string",
"is_activated": true,
"is_verified": true,
"is_verified_email": true,
"verification_status": null,
"verification_status_reason": null,
"has_iconcash": true,
"is_validate_email": true,
"verified_at": null,
"login_type": [
"string"
],
"login_type_latest": null,
"is_verified_phone": true,
"can_add_idpel": true,
"profile": {
"gender": "string",
"birthDate": "string",
"province": {
"id": 0,
"name": "string"
},
"district": {
"id": 0,
"name": "string"
},
"subdistrict": {
"id": 0,
"name": "string"
},
"addressDetail": "string",
"village": null
}
}
}