API Reference

This API verifies user's telcos with their NIK and checks whether the number is active or not

Request Parameter

Key ParametersData TypeDescriptionStatus
AuthorizationStringPublic Access TokenMandatory
phone_numberStringUser's phone number to be verified against Telco's verificationMandatory
ktpStringUser's NIK (ID Number) to be verified against telco's phone numberOptional

Response Parameter

Key ParametersData TypeDescription
typestringThe type of checking done to the phone number and nik

For example:
- phone_active
- nik_match
ValuestringThe value of field that is being verified

For example:
- 085712341234 (phone_number)
- 32706123412341 (ktp)
scorefloatThe score of the field that is being verified

For phone_active:
[1] Active
[0] Not Active

nik_match:
[1] Match
[0] Not Match
[2] NIK Invalid
[5] NIK not found

Available Telco Check

TelcoCheck Type
Indosatphone_active
nik_match
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!