<?php include("chilkat.php"); $success = $http->QuickGetSb('http://localhost:7700/keys',$sbResponseBody); ?>
curl -X GET -H "X-Meili-Api-Key: masterKey" http://localhost:7700/keys
{ "name": "GET keys", "request": { "method": "GET", "header": [ ], "url": { "raw": "{{url}}/keys", "host": [ "{{url}}" ], "path": [ "keys" ] } }, "response": [ ] }