Request
GET https://cekid.fazonedigital.com/api/v1/check/telkomsel?phone=phone
Parameter
| Key | Label | Type | Required |
|---|---|---|---|
phone | Nomor HP | text | Yes |
Output
| Key | Label | Visibility |
|---|---|---|
operator | Operator | member |
phone | Nomor | member |
status | Status | member |
PHP Example
$timestamp = time();
$query = http_build_query(['phone' => 'VALUE'], '', '&', PHP_QUERY_RFC3986);
$canonical = $timestamp."\nGET\n/api/v1/check/telkomsel\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);