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/meter/accounts/check/123456789012' \
--header 'authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"data": {
"meter_id": "string",
"meter_no": "string",
"number": "string",
"name": "string",
"alias_name": null,
"id_number": "string",
"email": null,
"phone": null,
"nik": "string",
"npwp": "string",
"npwp_name": null,
"npwp_address": null,
"type": "string",
"unitup": "string",
"unitupi": "string",
"unitap": "string",
"namaup": "string",
"energy_type": "string",
"energy": 0,
"fasa": 0,
"is_subsidized": true,
"is_splu": true,
"meter_kwh_number": "string",
"peruntukan_id": "string",
"keperluan_kd": null,
"rpujl": 0,
"address": "string",
"kode_pos": "string",
"latitude": "string",
"longitude": "string",
"kode_prov": "string",
"kode_kab": "string",
"kode_kec": "string",
"kode_kel": "string",
"nama_prov": "string",
"nama_kab": "string",
"nama_kec": "string",
"nama_kel": "string",
"rt": "string",
"rw": "string",
"tahun_produksi": "string",
"source": null,
"have_plts": true,
"have_estove": true,
"id_kompor": null
}
}