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