size list


URL :
GET : https://api.megawin.be/size/list/

Auth :
API Keys

Paramètre :
N/A

Requête :
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, 'https://api.megawin.be/size/list/');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');


$headers = array();
$headers[] = 'X-Api-Key: xxxxxxxxxxxxxxx ';
$headers[] = 'Content-Type: application/json';
$headers[] = 'Accept: application/json';
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);

$result = curl_exec($ch);
if (curl_errno($ch)) {
    echo 'Error:' . curl_error($ch);
}

curl_close($ch);

Réponse :

Autres documentation pour size :
list