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/u/auth/v1/verify/has-duplication?phoneNumber=6281212345678' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"code": "string",
"message": "string",
"data": {
"isDuplicated": true,
"title": null,
"message": null
}
}