Request
GET https://cekid.fazonedigital.com/api/v1/check/wild-rift?riot_id=riot_id& tag=tag
Parameter
| Key | Label | Type | Required |
|---|---|---|---|
riot_id | Riot ID | text | Yes |
tag | Tag | text | Yes |
Output
| Key | Label | Visibility |
|---|---|---|
nickname | Nickname | public |
region | Region / Server | public |
status | Status | public |
PHP Example
$timestamp = time();
$query = http_build_query(['riot_id' => 'VALUE'], '', '&', PHP_QUERY_RFC3986);
$canonical = $timestamp."\nGET\n/api/v1/check/wild-rift\n".$query;
$signature = hash_hmac('sha256', $canonical, $secret);