Request
GET https://cekid.fazonedigital.com/api/v1/check/pdam?region=region& customer_id=customer_id
Parameter
| Key | Label | Type | Required |
|---|
region | Wilayah / Operator | text | Yes |
customer_id | ID Pelanggan | text | Yes |
Output
| Key | Label | Visibility |
|---|
customer_name | Nama Pelanggan | member |
period | Periode | member |
status | Status | member |
PHP Example
$timestamp = time();
$query = http_build_query(['region' => 'VALUE'], '', '&', PHP_QUERY_RFC3986);
$canonical = $timestamp."\nGET\n/api/v1/check/pdam\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);