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/check-security-code-status?phoneNumber=62812345678' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"code": "string",
"message": "string",
"data": {
"status": true
}
}