Telekomunikasi

API Smartfren

Identifikasi data Smartfren dari database internal.

Request

GET https://cekid.fazonedigital.com/api/v1/check/smartfren?phone=phone 

Parameter

KeyLabelTypeRequired
phoneNomor HPtextYes

Output

KeyLabelVisibility
operatorOperatormember
phoneNomormember
statusStatusmember

PHP Example

$timestamp = time();
$query = http_build_query(['phone' => 'VALUE'], '', '&', PHP_QUERY_RFC3986);
$canonical = $timestamp."\nGET\n/api/v1/check/smartfren\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);