void ChilkatSample(void) { success = http.QuickGetSb(L"http://localhost:7700/indexes/indexUID",sbResponseBody); }
curl -X GET -H "X-Meili-Api-Key: masterKey" http://localhost:7700/indexes/indexUID
{
"name": "Show index",
"request": {
"method": "GET",
"header": [
],
"url": {
"raw": "{{url}}/indexes/{{indexUID}}",
"host": [
"{{url}}"
],
"path": [
"indexes",
"{{indexUID}}"
]
}
},
"response": [
]
}