var begin success := CkHttp_QuickGetSb(http,'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": [
]
}